mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
getpass: update docstrings (#49)
EasyDialogs was removed in 3.x. fallback_getpass will always be the answer here.
ff47a133e1
This commit is contained in:
parent
d4a97d8948
commit
baf7bb30a0
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue