This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Drekin
Recipients Drekin, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-12-10.19:01:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449774081.69.0.580172668816.issue25834@psf.upfronthosting.co.za>
In-reply-to
Content
There is a check in Lib/getpass.py:win_getpass that causes a fallback version to be used when `sys.stdin` is changed. I change `sys.stdin` in my `win_unicode_console` package, and in this situation there is no reason to use the fallback version (see https://github.com/Drekin/win-unicode-console/issues/24).

It seems the check was added because of some issue with IDLE (https://hg.python.org/cpython/rev/6d5ac3c43416). Could this check be changed so it satisfies all the needs?
History
Date User Action Args
2015-12-10 19:01:21Drekinsetrecipients: + Drekin, paul.moore, tim.golden, zach.ware, steve.dower
2015-12-10 19:01:21Drekinsetmessageid: <1449774081.69.0.580172668816.issue25834@psf.upfronthosting.co.za>
2015-12-10 19:01:21Drekinlinkissue25834 messages
2015-12-10 19:01:21Drekincreate