mirror of https://github.com/python/cpython
getpass: update docstrings (#49)
EasyDialogs was removed in 3.x. fallback_getpass will always be the answer here.
ff47a133e1
This commit is contained in:
parent
d4a97d8948
commit
baf7bb30a0
|
@ -7,7 +7,6 @@ GetPassWarning - This UserWarning is issued when getpass() cannot prevent
|
||||||
echoing of the password contents while reading.
|
echoing of the password contents while reading.
|
||||||
|
|
||||||
On Windows, the msvcrt module will be used.
|
On Windows, the msvcrt module will be used.
|
||||||
On the Mac EasyDialogs.AskPassword is used, if available.
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue