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 pitrou, vstinner
Date 2009-03-27.00:42:55
SpamBayes Score 1.6681101e-13
Marked as misclassified No
Message-id <1238114580.22.0.893749026022.issue5016@psf.upfronthosting.co.za>
In-reply-to
Content
> Needs backport to trunk and 2.6, if someone is interested.

I'm interrested by a backport at least in trunk. I updated the patch 
to trunk:
 - test directly _file._FileIO() instead of using open() because in 
Python trunk, a file has no seekable() method :-/
 - use contextlib.closing() because _FileIO doesn't implement context 
API (not __exit__() method)
History
Date User Action Args
2009-03-27 00:43:00vstinnersetrecipients: + vstinner, pitrou
2009-03-27 00:43:00vstinnersetmessageid: <1238114580.22.0.893749026022.issue5016@psf.upfronthosting.co.za>
2009-03-27 00:42:59vstinnerlinkissue5016 messages
2009-03-27 00:42:58vstinnercreate