Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

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.

----------
resolution:  -> works for me
status: open -> pending

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10447>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to