summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMRMillon <mukhlesur.millon@gmail.com>2017-02-12 22:10:48 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-02-12 22:10:48 (GMT)
commitbaf7bb30a02aabde260143136bdf5b3738a1d409 (patch)
treee7496309cd5111cbbf50bc9016d18ed05ece4222
parentd4a97d894859d4bb52937d46460049ba016e00b2 (diff)
downloadcpython-baf7bb30a02aabde260143136bdf5b3738a1d409.zip
cpython-baf7bb30a02aabde260143136bdf5b3738a1d409.tar.gz
cpython-baf7bb30a02aabde260143136bdf5b3738a1d409.tar.bz2
getpass: update docstrings (#49)
EasyDialogs was removed in 3.x. fallback_getpass will always be the answer here. ff47a133e1eee9dab60b86fb0d56ccd1022f841a
-rw-r--r--Lib/getpass.py1
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.
"""