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
  • Loading branch information
QuadTriangle authored and vstinner committed Feb 12, 2017
1 parent d4a97d8 commit baf7bb3
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 baf7bb3

Please sign in to comment.