commit | 5eba2b484842a8d92baa73d4ebc137a93acc4f4f | [log] [tgz] |
---|---|---|
author | Haibo Huang <[email protected]> | Fri Jan 22 11:22:02 2021 -0800 |
committer | Haibo Huang <[email protected]> | Fri Jan 22 11:30:56 2021 -0800 |
tree | 0c7f54c4458351efb9e54688263073b3dffd40e7 | |
parent | 397e8561712e962a1e0a84da376a5065dbbd1712 [diff] [blame] |
Upgrade to Python 3.9.1 [Windows] http: //fusion/573206f1-ac79-4e82-b01b-dd1480498170 Change-Id: I13e6ff8bd8fe6073ebaadbf3f7c3f2967543d61b
diff --git a/Lib/getpass.py b/Lib/getpass.py index 36e17e4..6911f41 100644 --- a/Lib/getpass.py +++ b/Lib/getpass.py
@@ -52,7 +52,7 @@ stack.enter_context(input) if not stream: stream = input - except OSError as e: + except OSError: # If that fails, see if stdin can be controlled. stack.close() try: