]> granicus.if.org Git - python/commit
Issue #20262: Warnings are raised now when duplicate names are added in the
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Jan 2014 19:57:09 +0000 (21:57 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Jan 2014 19:57:09 +0000 (21:57 +0200)
commit49259359eebaead3973816731fcb98bff0673900
treec259202111556dca2bcc06ca9e1782f2ea8cbdb4
parentad715d9e97b3a3a01653c27fee4555f605164c4a
Issue #20262: Warnings are raised now when duplicate names are added in the
ZIP file or too long ZIP file comment is truncated.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS