summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-14 22:41:43 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-14 22:41:43 (GMT)
commit5f1cfbb5c056564e2692d2abcdc82f1944a3b2ec (patch)
tree836463571eadb5ad550a3087aa7448dab1c060b3 /Misc
parent1652651ae9b6f94279a11db24062ee3584ce4f8f (diff)
parent64bfcc4c224930a56a0a96726d02b624ebe85b7e (diff)
downloadcpython-5f1cfbb5c056564e2692d2abcdc82f1944a3b2ec.zip
cpython-5f1cfbb5c056564e2692d2abcdc82f1944a3b2ec.tar.gz
cpython-5f1cfbb5c056564e2692d2abcdc82f1944a3b2ec.tar.bz2
Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a42233..d30a1d3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -217,6 +217,9 @@ Core and Builtins
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