]> granicus.if.org Git - python/commit
bpo-36434: Properly handle writing errors in ZIP files. (GH-12559)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 30 Mar 2019 06:25:19 +0000 (08:25 +0200)
committerGitHub <noreply@github.com>
Sat, 30 Mar 2019 06:25:19 +0000 (08:25 +0200)
commit2524fdefc9bb2a97b99319190aeb23703079ad4c
tree502ab9f93daadc1828810c5e13ca49faeb6397ff
parent7a465cb5ee7e298cae626ace1fc3e7d97df79f2e
bpo-36434: Properly handle writing errors in ZIP files. (GH-12559)

Errors during writing no longer prevent to properly close
the ZIP file.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2019-03-26-14-20-59.bpo-36434.PTdidw.rst [new file with mode: 0644]