From: Mariatta Date: Fri, 3 Mar 2017 05:56:28 +0000 (-0800) Subject: getpass: update docstrings (GH-49) (GH-420) X-Git-Tag: v3.5.4rc1~310 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ad7b628edb95b29b630902842c500de5582e869;p=python getpass: update docstrings (GH-49) (GH-420) (cherry picked from commit baf7bb30a02aabde260143136bdf5b3738a1d409) --- 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. """