]> 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:59:33 +0000 (21:59 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Jan 2014 19:59:33 +0000 (21:59 +0200)
commitc46d1faa4a4b483f2b241bfbe932824d54f2f026
tree0dd3bdb38e220d2cf15dcad1a139a4f7216192d6
parentab0ac27d24076a2a09e3d8de97055a2fc978709f
parent9b7a1a1af6de71411102e2b95ee3f654cb0cc700
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