getpass: update docstrings (#49)

EasyDialogs was removed in 3.x. fallback_getpass will always be the answer here.
ff47a133e1
This commit is contained in:
MRMillon 2017-02-13 04:10:48 +06:00 committed by Victor Stinner
parent d4a97d8948
commit baf7bb30a0
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ GetPassWarning - This UserWarning is issued when getpass() cannot prevent
echoing of the password contents while reading.
On Windows, the msvcrt module will be used.
On the Mac EasyDialogs.AskPassword is used, if available.
"""