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 Dolda2000, pitrou, r.david.murray, serhiy.storchaka
Date 2013-12-26.20:28:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388089724.24.0.478822799938.issue20074@psf.upfronthosting.co.za>
In-reply-to
Content
Use unbuffered binary file.

>>> open("/dev/tty", "r+b", buffering=0)
<_io.FileIO name='/dev/tty' mode='rb+'>
History
Date User Action Args
2013-12-26 20:28:44serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, r.david.murray, Dolda2000
2013-12-26 20:28:44serhiy.storchakasetmessageid: <1388089724.24.0.478822799938.issue20074@psf.upfronthosting.co.za>
2013-12-26 20:28:44serhiy.storchakalinkissue20074 messages
2013-12-26 20:28:44serhiy.storchakacreate