]> 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:40 +0000 (21:57 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Jan 2014 19:57:40 +0000 (21:57 +0200)
commit9b7a1a1af6de71411102e2b95ee3f654cb0cc700
tree6640cddb13dc6c0da47373049956699fd3bdce06
parent7e52705ee362001a8761461e9c4d49e3873568e0
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