From: MRMillon Date: Sun, 12 Feb 2017 22:10:48 +0000 (+0600) Subject: getpass: update docstrings (#49) X-Git-Tag: v3.7.0a1~1356 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=baf7bb30a02aabde260143136bdf5b3738a1d409;p=python getpass: update docstrings (#49) EasyDialogs was removed in 3.x. fallback_getpass will always be the answer here. ff47a133e1eee9dab60b86fb0d56ccd1022f841a --- diff --git a/Lib/getpass.py b/Lib/getpass.py index be51121158..36e17e4cb6 100644 --- a/Lib/getpass.py +++ b/Lib/getpass.py @@ -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. """