]> granicus.if.org Git - python/commitdiff
getpass: update docstrings (GH-49) (GH-419)
authorMariatta <Mariatta@users.noreply.github.com>
Fri, 3 Mar 2017 05:56:06 +0000 (21:56 -0800)
committerGitHub <noreply@github.com>
Fri, 3 Mar 2017 05:56:06 +0000 (21:56 -0800)
(cherry picked from commit baf7bb30a02aabde260143136bdf5b3738a1d409)

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.
 
 """