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 gruszczy
Recipients gruszczy, srid, terry.reedy
Date 2010-03-16.20:21:33
SpamBayes Score 0.011644711
Marked as misclassified No
Message-id <1268770896.49.0.353717113494.issue6584@psf.upfronthosting.co.za>
In-reply-to
Content
I have created a small patch, that introduces BadGzipFile exception. It is a subclass of IOError, so it would be backward compatible and will be still caught by old code, but this way is distinct from IOError.
History
Date User Action Args
2010-03-16 20:21:36gruszczysetrecipients: + gruszczy, terry.reedy, srid
2010-03-16 20:21:36gruszczysetmessageid: <1268770896.49.0.353717113494.issue6584@psf.upfronthosting.co.za>
2010-03-16 20:21:34gruszczylinkissue6584 messages
2010-03-16 20:21:34gruszczycreate