]> granicus.if.org Git - python/commit
bpo-30017: Allowed calling the close() method of the zip entry writer object (#1041)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 12 Apr 2017 13:03:23 +0000 (16:03 +0300)
committerGitHub <noreply@github.com>
Wed, 12 Apr 2017 13:03:23 +0000 (16:03 +0300)
commit4c0d9ea995da595e90e08813b89510de59907802
tree1c6138fb627ad1f5b982cc67dafd230d50f8cc27
parent3e0f1fc4e0ffcfcc706015fa3d67c262948ef171
bpo-30017: Allowed calling the close() method of the zip entry writer object (#1041)

multiple times.  Writing to closed zip entry writer object now always produce
a ValueError.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS