[issue9290] IDLE and Command line present different behavior for sys.stdin

Jim Jewett report at bugs.python.org
Thu Mar 15 21:15:13 CET 2012


Jim Jewett <jimjjewett at gmail.com> added the comment:

msvcrt.getwch has a similar failure, returning (2**16)-1.

Because of this, getpass.win_getpass (used as getpass.getpass on windows) echoes the password when using Idle (even without a subprocess), but does not echo passwords when from a command-line python.

----------
nosy: +Jim.Jewett

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9290>
_______________________________________


More information about the Python-bugs-list mailing list