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 srid
Recipients amaury.forgeotdarc, srid
Date 2010-11-17.22:56:42
SpamBayes Score 0.0023868568
Marked as misclassified No
Message-id <1290034604.73.0.727072569706.issue10447@psf.upfronthosting.co.za>
In-reply-to
Content
> How would you implement this? And would you turn a "disk full" error, for example, into a ZipError as well?

I see your point. I am not sure what a reliable way to do this would be. For the record, this is how I workaround it:
https://github.com/ActiveState/applib/blob/master/applib/_compression.py#L78
(I cannot find any other reason for an IOError/errno=2 during extraction)

And I, personally, wouldn't turn the disk full error into a ZipError.
History
Date User Action Args
2010-11-17 22:56:44sridsetrecipients: + srid, amaury.forgeotdarc
2010-11-17 22:56:44sridsetmessageid: <1290034604.73.0.727072569706.issue10447@psf.upfronthosting.co.za>
2010-11-17 22:56:42sridlinkissue10447 messages
2010-11-17 22:56:42sridcreate