commit | 60250e2859bd1e736e9a741f4c419002f6afcfd6 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 30 15:07:44 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 30 15:07:44 2001 +0000 |
tree | d359831ae5b107c1c66b9eeea7dcbaa29885b414 | |
parent | 8019913e4a1e8e7716a7c44168c53d52a651fb7c [diff] |
win_getpass(): if sys.stdin is not sys.__stdin__, use default_getpass(). This should prevent hanging when it is called in IDLE. Fixes SF bug #455648.