]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 17 Sep 2018 12:36:40 +0000 (15:36 +0300)
committerGitHub <noreply@github.com>
Mon, 17 Sep 2018 12:36:40 +0000 (15:36 +0300)
commit9bdb7be482aef8f60daa1d36606568a132dcb616
tree4674ee096eb080080b2d0f435e7e6a9e1808f277
parentda8d72c953369b872a12c13f136ada77a786714a
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2018-08-06-11-01-18.bpo-34341.E0b9p2.rst [new file with mode: 0644]