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.
1 parent d9a4d1d commit cfb8333Copy full SHA for cfb8333
1 file changed
Lib/getpass.py
@@ -78,6 +78,7 @@ def _raw_input(prompt="", stream=None):
78
prompt = str(prompt)
79
if prompt:
80
stream.write(prompt)
81
+ stream.flush()
82
line = sys.stdin.readline()
83
if not line:
84
raise EOFError
0 commit comments