]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 14 Jan 2013 22:41:43 +0000 (00:41 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 14 Jan 2013 22:41:43 +0000 (00:41 +0200)
1  2 
Lib/zipfile.py
Misc/NEWS

diff --cc Lib/zipfile.py
Simple merge
diff --cc Misc/NEWS
index 1a42233c25e5b58e6442b75bdc575eb1026c28eb,292138d067e3850ae77b5e2c8623a901e6618291..d30a1d3fb3ce94e793d6a089d57c1c8cd8aada6f
+++ b/Misc/NEWS
@@@ -217,8 -147,9 +217,11 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #9720: zipfile now writes correct local headers for files larger than
+   4 GiB.
 +- Issue #5066: Update IDLE docs. Patch by Todd Rovito.
 +
  - Issue #16955: Fix the poll() method for multiprocessing's socket
    connections on Windows.