summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-14 22:31:39 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-14 22:31:39 (GMT)
commit182d7cd531e565bfbd9e248290d6f868c688bf33 (patch)
tree6421c399ecba5565dd3acedc0794b51e07283614 /Misc
parent03530b980e3f8a3922378e523cd962716fa84bb3 (diff)
downloadcpython-182d7cd531e565bfbd9e248290d6f868c688bf33.zip
cpython-182d7cd531e565bfbd9e248290d6f868c688bf33.tar.gz
cpython-182d7cd531e565bfbd9e248290d6f868c688bf33.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 a88c888..4e892b2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -199,6 +199,9 @@ Core and Builtins
Library
-------
+- Issue #9720: zipfile now writes correct local headers for files larger than
+ 4 GiB.
+
- Issue #16829: IDLE printing no longer fails if there are spaces or other
special characters in the file path.