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

It also uses fdopen() on the resulting file descriptor, however, which has the same problem.

>Use unbuffered binary file.

It's nice that that's at least possible, but I, for one, would still consider it a bug that it isn't possible to open it in text mode.
History
Date User Action Args
2013-12-27 04:44:10Dolda2000setrecipients: + Dolda2000, pitrou, r.david.murray, serhiy.storchaka
2013-12-27 04:44:10Dolda2000setmessageid: <1388119450.73.0.900253854476.issue20074@psf.upfronthosting.co.za>
2013-12-27 04:44:10Dolda2000linkissue20074 messages
2013-12-27 04:44:10Dolda2000create