]> 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:11:42 +0000 (06:11 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Sep 2018 13:11:42 +0000 (06:11 -0700)
commit83a0985165abf340294c10d732840e9d46ba218c
tree2eed0286caf4ec50f221037f5afbd241c269b964
parent1e7193bd027a5a4aa1a387e3f201a3e465c25f01
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]