diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-03-03 05:56:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-03 05:56:06 (GMT) |
commit | 93692b1a7cfd70be2aed33d77da05518d3a41f51 (patch) | |
tree | 6985ed124d0c1b6806ac715ea02f1f60c053e9ca | |
parent | b8f5d07158f171a18be4d42f9769d3c9c073e748 (diff) | |
download | cpython-93692b1a7cfd70be2aed33d77da05518d3a41f51.zip cpython-93692b1a7cfd70be2aed33d77da05518d3a41f51.tar.gz cpython-93692b1a7cfd70be2aed33d77da05518d3a41f51.tar.bz2 |
getpass: update docstrings (GH-49) (GH-419)
(cherry picked from commit baf7bb30a02aabde260143136bdf5b3738a1d409)
-rw-r--r-- | Lib/getpass.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/getpass.py b/Lib/getpass.py index be51121..36e17e4 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. """ |