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

R. David Murray report at bugs.python.org
Thu Nov 18 16:11:43 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

I agree with Amaury.  IMO the IOError is the correct error, since it is bubbling up unexpectedly (from zipfile's viewpoint) from a lower layer and is not an error specific to the zip protocol implementation. (CF the discussion surrounding PEP 3151).

Probably there should indeed be a common base class for the existing zipfile errors, but that's a feature request.

----------
nosy: +r.david.murray
stage:  -> committed/rejected
status: pending -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10447>
_______________________________________


More information about the Python-bugs-list mailing list