commit | baf7bb30a02aabde260143136bdf5b3738a1d409 | [log] [tgz] |
---|---|---|
author | MRMillon <mukhlesur.millon@gmail.com> | Mon Feb 13 04:10:48 2017 +0600 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sun Feb 12 23:10:48 2017 +0100 |
tree | e7496309cd5111cbbf50bc9016d18ed05ece4222 | |
parent | d4a97d894859d4bb52937d46460049ba016e00b2 [diff] |
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 be51121..36e17e4 100644 --- a/Lib/getpass.py +++ b/Lib/getpass.py
@@ -7,7 +7,6 @@ echoing of the password contents while reading. On Windows, the msvcrt module will be used. -On the Mac EasyDialogs.AskPassword is used, if available. """