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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, srid
Date 2010-11-17.23:41:11
SpamBayes Score 9.013657e-06
Marked as misclassified No
Message-id <1290037273.18.0.0819707930817.issue10447@psf.upfronthosting.co.za>
In-reply-to
Content
I think you did the right thing already.  The choice of which errors to catch and which ones to let throw really depends on the usage
(what about permission or lock errors? other limitations due to a USB stick? why is "disk full" different? and so on)

It's not the Zip module which raises the error here. It's the OS, that's why IMO it should not be a ZipError.
History
Date User Action Args
2010-11-17 23:41:13amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, srid
2010-11-17 23:41:13amaury.forgeotdarcsetmessageid: <1290037273.18.0.0819707930817.issue10447@psf.upfronthosting.co.za>
2010-11-17 23:41:11amaury.forgeotdarclinkissue10447 messages
2010-11-17 23:41:11amaury.forgeotdarccreate