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 r.david.murray
Recipients Dolda2000, pitrou, r.david.murray
Date 2013-12-26.20:22:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388089377.7.0.238680566041.issue20074@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think getpass will fail, since it uses os.open, not open.

Presumably you can work around the problem by opening the stream twice: once for reading and once for writing.  I'll leave it to Antoine to say whether or not that is in fact the expected solution, or if this is a design bug.
History
Date User Action Args
2013-12-26 20:22:57r.david.murraysetrecipients: + r.david.murray, pitrou, Dolda2000
2013-12-26 20:22:57r.david.murraysetmessageid: <1388089377.7.0.238680566041.issue20074@psf.upfronthosting.co.za>
2013-12-26 20:22:57r.david.murraylinkissue20074 messages
2013-12-26 20:22:57r.david.murraycreate