[issue14399] zipfile and creat/update comment

R. David Murray report at bugs.python.org
Tue Mar 27 02:57:05 CEST 2012


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

Hmm.  When I did the same (changed to b'...') and ran it, I got an archive test.zip.  When I then opened that archive using ZipFile, its comment attribute was b''.  Thus I concluded that the bug exists in Python3.  I don't remember seeing any output from running the script, and indeed I would not expect to.  How did you run it?

Also, I used the uniz unzip command on the produced archive, and got a corrupted archive error message and a warning about an incorrect comment length.

----------

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


More information about the Python-bugs-list mailing list