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 pitrou
Recipients brett.cannon, larry, pitrou, vstinner
Date 2013-12-13.14:11:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386943881.2319.3.camel@fsol>
In-reply-to <1386943753.71.0.558388071732.issue19973@psf.upfronthosting.co.za>
Content
> 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() :-)

Then you need to rewrite os.read() and os.write() in pure Python!
History
Date User Action Args
2013-12-13 14:11:23pitrousetrecipients: + pitrou, brett.cannon, vstinner, larry
2013-12-13 14:11:23pitroulinkissue19973 messages
2013-12-13 14:11:23pitroucreate