]> granicus.if.org Git - python/commit
Fix SF #640094, on win32 getpass runs into unix_getpass
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 20 Nov 2002 23:15:54 +0000 (23:15 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 20 Nov 2002 23:15:54 +0000 (23:15 +0000)
commit201626e00f87a514b4891a65f3014bcb49c5dc88
tree241813a9d96ed0b4b79b5320bdd6b553ffc95a52
parent10263d6e6b14fb55bca63735f2508ee8e269526c
Fix SF #640094, on win32 getpass runs into unix_getpass

Make sure we have a UNIX-compatible termios.
Apparently, McMillan Installer made a termios on windows
which caused unix_getpass() to be used instead of win_getpass().

Will backport.
Lib/getpass.py