]> granicus.if.org Git - python/commit
#14399: zipfile now correctly handles comments added to empty zipfiles.
authorR David Murray <rdmurray@bitdance.com>
Thu, 12 Apr 2012 22:42:47 +0000 (18:42 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 12 Apr 2012 22:42:47 +0000 (18:42 -0400)
commit3f4ccbabaf8beacdc108dc476b1c2c7c5671109f
tree56508a5692b7773305682f6aae013da7c95ff0ce
parent0d3db3a8157f38e6dc7ea69500069c86c0b40be7
#14399: zipfile now correctly handles comments added to empty zipfiles.

Patch by Serhiy Storchaka.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/ACKS
Misc/NEWS