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 hynek
Recipients eric.araujo, hynek, ocean-city, pitrou, python-dev, vstinner
Date 2012-06-22.05:53:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340344397.02.0.813327385816.issue10053@psf.upfronthosting.co.za>
In-reply-to
Content
Hmmm, I thought Lib/_pyio.py actually uses Lib/_io/_fileio.c? At least I can't find the logic inside. There's no error handling at all.

It just uses the FileIO object in Lib/_pyio.py:189 which it seems to get from Lib/_pyio.py:585 which I presumed was from Lib/_io/_fileio.c.

What am I missing and how would I be supposed to port that?
History
Date User Action Args
2012-06-22 05:53:17hyneksetrecipients: + hynek, pitrou, vstinner, ocean-city, eric.araujo, python-dev
2012-06-22 05:53:17hyneksetmessageid: <1340344397.02.0.813327385816.issue10053@psf.upfronthosting.co.za>
2012-06-22 05:53:16hyneklinkissue10053 messages
2012-06-22 05:53:15hynekcreate