diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-14 22:31:39 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-14 22:31:39 (GMT) |
commit | 182d7cd531e565bfbd9e248290d6f868c688bf33 (patch) | |
tree | 6421c399ecba5565dd3acedc0794b51e07283614 /Misc | |
parent | 03530b980e3f8a3922378e523cd962716fa84bb3 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |