]> granicus.if.org Git - python/commitdiff
getpass: update docstrings (#49)
authorMRMillon <mukhlesur.millon@gmail.com>
Sun, 12 Feb 2017 22:10:48 +0000 (04:10 +0600)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 12 Feb 2017 22:10:48 +0000 (23:10 +0100)
EasyDialogs was removed in 3.x. fallback_getpass will always be the answer here.
ff47a133e1eee9dab60b86fb0d56ccd1022f841a

Lib/getpass.py

index be511211585a484ae9861022317ed189a5ae0ea3..36e17e4cb6965db548f445e8e9f156da27d2109b 100644 (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.
 
 """