aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2017-03-02 21:56:06 -0800
committerGitHub <noreply@github.com>2017-03-02 21:56:06 -0800
commit93692b1a7cfd70be2aed33d77da05518d3a41f51 (patch)
tree6985ed124d0c1b6806ac715ea02f1f60c053e9ca /Lib/getpass.py
parentbpo-29026: Clarify documentation of time.time (GH-34) (GH-417) (diff)
downloadcpython-93692b1a7cfd70be2aed33d77da05518d3a41f51.tar.gz
cpython-93692b1a7cfd70be2aed33d77da05518d3a41f51.tar.bz2
cpython-93692b1a7cfd70be2aed33d77da05518d3a41f51.zip
getpass: update docstrings (GH-49) (GH-419)
(cherry picked from commit baf7bb30a02aabde260143136bdf5b3738a1d409)
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.
"""