[issue10447] zipfile: IOError for long directory paths on Windows

Amaury Forgeot d'Arc report at bugs.python.org
Thu Nov 18 00:41:13 CET 2010


Amaury Forgeot d'Arc <amauryfa at 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 <report at bugs.python.org>
<http://bugs.python.org/issue10447>
_______________________________________


More information about the Python-bugs-list mailing list