]> granicus.if.org Git - python/commit
win_getpass(): if sys.stdin is not sys.__stdin__, use
authorGuido van Rossum <guido@python.org>
Thu, 30 Aug 2001 15:07:44 +0000 (15:07 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 30 Aug 2001 15:07:44 +0000 (15:07 +0000)
commit60250e2859bd1e736e9a741f4c419002f6afcfd6
treed359831ae5b107c1c66b9eeea7dcbaa29885b414
parent8019913e4a1e8e7716a7c44168c53d52a651fb7c
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.
Lib/getpass.py