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 Jim.Jewett
Recipients Geraldo.Xexeo, Jim.Jewett, a, taleinat
Date 2012-03-15.20:15:12
SpamBayes Score 0.00025109723
Marked as misclassified No
Message-id <1331842513.5.0.236882688594.issue9290@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-03-15 20:15:13Jim.Jewettsetrecipients: + Jim.Jewett, taleinat, Geraldo.Xexeo, a
2012-03-15 20:15:13Jim.Jewettsetmessageid: <1331842513.5.0.236882688594.issue9290@psf.upfronthosting.co.za>
2012-03-15 20:15:12Jim.Jewettlinkissue9290 messages
2012-03-15 20:15:12Jim.Jewettcreate