From: Mariatta Date: Fri, 3 Mar 2017 05:56:06 +0000 (-0800) Subject: getpass: update docstrings (GH-49) (GH-419) X-Git-Tag: v3.6.1rc1~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93692b1a7cfd70be2aed33d77da05518d3a41f51;p=thirdparty%2FPython%2Fcpython.git getpass: update docstrings (GH-49) (GH-419) (cherry picked from commit baf7bb30a02aabde260143136bdf5b3738a1d409) --- diff --git a/Lib/getpass.py b/Lib/getpass.py index be511211585a..36e17e4cb696 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. """