aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMRMillon <mukhlesur.millon@gmail.com>2017-02-13 04:10:48 +0600
committerVictor Stinner <victor.stinner@gmail.com>2017-02-12 23:10:48 +0100
commitbaf7bb30a02aabde260143136bdf5b3738a1d409 (patch)
treee7496309cd5111cbbf50bc9016d18ed05ece4222 /Lib/getpass.py
parentbpo-28929: Link the documentation to its source file on GitHub (#35) (diff)
downloadcpython-baf7bb30a02aabde260143136bdf5b3738a1d409.tar.gz
cpython-baf7bb30a02aabde260143136bdf5b3738a1d409.tar.bz2
cpython-baf7bb30a02aabde260143136bdf5b3738a1d409.zip
getpass: update docstrings (#49)
EasyDialogs was removed in 3.x. fallback_getpass will always be the answer here. ff47a133e1eee9dab60b86fb0d56ccd1022f841a
Diffstat (limited to 'Lib/getpass.py')
-rw-r--r--Lib/getpass.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/getpass.py b/Lib/getpass.py
index be511211585..36e17e4cb69 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.
"""