]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 17 Sep 2018 13:08:45 +0000 (06:08 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Sep 2018 13:08:45 +0000 (06:08 -0700)
commitefdf316d23c2bc81f499c46faaba5e1b49509afa
tree385f98d44ab18eab3e2401435cbf339feb0f1f3d
parente2c0aea670d603b187733606a4601d77f355bc47
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)

(cherry picked from commit 9bdb7be482aef8f60daa1d36606568a132dcb616)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]