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 ryles
Recipients amaury.forgeotdarc, ryles, skelker
Date 2009-10-26.09:18:55
SpamBayes Score 1.4010453e-06
Marked as misclassified No
Message-id <1256548737.57.0.517292333613.issue7169@psf.upfronthosting.co.za>
In-reply-to
Content
I expect this should already be fixed by the commit in
http://bugs.python.org/issue6511

BadZipFile will now be raised for empty files rather than IOError, and
so ZipFile._GetContents() should now also close the file.

The fix was committed to trunk, but I don't see it merged into 2.6.
History
Date User Action Args
2009-10-26 09:18:57rylessetrecipients: + ryles, amaury.forgeotdarc, skelker
2009-10-26 09:18:57rylessetmessageid: <1256548737.57.0.517292333613.issue7169@psf.upfronthosting.co.za>
2009-10-26 09:18:56ryleslinkissue7169 messages
2009-10-26 09:18:56rylescreate