Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
win_getpass
1 parent 6fee083 commit d4222eaCopy full SHA for d4222ea
1 file changed
Lib/getpass.py
@@ -95,7 +95,7 @@ def unix_getpass(prompt='Password: ', stream=None):
95
96
97
def win_getpass(prompt='Password: ', stream=None):
98
- """Prompt for password with echo off, using Windows getch()."""
+ """Prompt for password with echo off, using Windows getwch()."""
99
if sys.stdin is not sys.__stdin__:
100
return fallback_getpass(prompt, stream)
101
0 commit comments