Skip to content

Commit

Permalink
getpass: update docstrings (#49)
Browse files Browse the repository at this point in the history
EasyDialogs was removed in 3.x. fallback_getpass will always be the answer here.
ff47a13
(cherry picked from commit baf7bb3)
  • Loading branch information
QuadTriangle authored and Mariatta committed Mar 3, 2017
1 parent 80fbacc commit a94de7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/getpass.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down

0 comments on commit a94de7e

Please sign in to comment.