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 serhiy.storchaka
Recipients alex, benjamin.peterson, gregory.p.smith, hynek, nikratio, pitrou, r.david.murray, serhiy.storchaka, stutzbach, vajrasky
Date 2013-06-07.09:26:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370597193.6.0.523934877356.issue18116@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which fixes getpass bug: unix_getpass() always fallback to sys.stdin. As side effect it also fixes resource warning in getpass().

I'm not sure I have correctly changed tests. David, could you please review the patch?
History
Date User Action Args
2013-06-07 09:26:33serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, pitrou, benjamin.peterson, stutzbach, alex, r.david.murray, nikratio, hynek, vajrasky
2013-06-07 09:26:33serhiy.storchakasetmessageid: <1370597193.6.0.523934877356.issue18116@psf.upfronthosting.co.za>
2013-06-07 09:26:33serhiy.storchakalinkissue18116 messages
2013-06-07 09:26:33serhiy.storchakacreate