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 Arfrever, docs@python, jaraco, jgeralnik, pitrou, r.david.murray, serhiy.storchaka, zach.ware
Date 2012-06-15.16:29:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339775403.6648.166.camel@raxxla>
In-reply-to <1339774613.3360.0.camel@localhost.localdomain>
Content
> But sys.stdin does not implement RawIOBase, it implements TextIOBase.

sys.stdin.buffer.raw implements RawIOBase.
History
Date User Action Args
2012-06-15 16:29:44serhiy.storchakasetrecipients: + serhiy.storchaka, jaraco, pitrou, Arfrever, r.david.murray, docs@python, zach.ware, jgeralnik
2012-06-15 16:29:43serhiy.storchakalinkissue15068 messages
2012-06-15 16:29:43serhiy.storchakacreate