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 r.david.murray
Recipients amaury.forgeotdarc, r.david.murray, srid
Date 2010-11-18.15:11:42
SpamBayes Score 2.2029239e-08
Marked as misclassified No
Message-id <1290093103.96.0.326053614815.issue10447@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Amaury.  IMO the IOError is the correct error, since it is bubbling up unexpectedly (from zipfile's viewpoint) from a lower layer and is not an error specific to the zip protocol implementation. (CF the discussion surrounding PEP 3151).

Probably there should indeed be a common base class for the existing zipfile errors, but that's a feature request.
History
Date User Action Args
2010-11-18 15:11:44r.david.murraysetrecipients: + r.david.murray, amaury.forgeotdarc, srid
2010-11-18 15:11:43r.david.murraysetmessageid: <1290093103.96.0.326053614815.issue10447@psf.upfronthosting.co.za>
2010-11-18 15:11:42r.david.murraylinkissue10447 messages
2010-11-18 15:11:42r.david.murraycreate