mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
more __all__ updates
This commit is contained in:
parent
e78b92a062
commit
eccd02a40d
12 changed files with 34 additions and 0 deletions
|
@ -13,6 +13,8 @@ On the Mac EasyDialogs.AskPassword is used, if available.
|
|||
|
||||
import sys
|
||||
|
||||
__all__ = ["getpass","getuser"]
|
||||
|
||||
def unix_getpass(prompt='Password: '):
|
||||
"""Prompt for a password, with echo turned off.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue