Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 4c0d9ea995da595e90e08813b89510de59907802 https://github.com/python/cpython/commit/4c0d9ea995da595e90e08813b89510de59907802 Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年04月12日 (2017年4月12日) Changed paths: M Lib/test/test_zipfile.py M Lib/zipfile.py M Misc/NEWS Log Message: ----------- 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.