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 vstinner
Recipients brett.cannon, larry, pitrou, vstinner
Date 2013-12-13.14:09:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386943753.71.0.558388071732.issue19973@psf.upfronthosting.co.za>
In-reply-to
Content
> We tried a pure python implementation of io once.  Didn't go so well.  :p

It is _pyio.

Note: _pyio is not 100% *pure* Python, it relies on FileIO which is implemented in C. I always found this surprising. One day I will maybe rewrite it using os.read() and os.write() :-)
History
Date User Action Args
2013-12-13 14:09:13vstinnersetrecipients: + vstinner, brett.cannon, pitrou, larry
2013-12-13 14:09:13vstinnersetmessageid: <1386943753.71.0.558388071732.issue19973@psf.upfronthosting.co.za>
2013-12-13 14:09:13vstinnerlinkissue19973 messages
2013-12-13 14:09:13vstinnercreate