From: Serhiy Storchaka Date: Mon, 14 Jan 2013 22:41:43 +0000 (+0200) Subject: Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB. X-Git-Tag: v3.4.0a1~1608 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f1cfbb5c056564e2692d2abcdc82f1944a3b2ec;p=thirdparty%2FPython%2Fcpython.git Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB. --- 5f1cfbb5c056564e2692d2abcdc82f1944a3b2ec diff --cc Misc/NEWS index 1a42233c25e5,292138d067e3..d30a1d3fb3ce --- a/Misc/NEWS +++ 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.