[issue10905] zipfile: fix arcname with leading '///' or '..'

Zhigang Wang report at bugs.python.org
Fri Jan 14 14:29:50 CET 2011


Zhigang Wang <w1z2g3 at gmail.com> added the comment:

Yes, in zipfile, we just overwrite it. Actually, ZipFile.extract() overwrite existing files already. If we want it more powerful, we can add a 'overwrite' parameter. But turning zipfile a full featured zip/unzip tool needs much more extra work...

----------

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


More information about the Python-bugs-list mailing list