diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-14 22:41:43 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-14 22:41:43 (GMT) |
commit | 5f1cfbb5c056564e2692d2abcdc82f1944a3b2ec (patch) | |
tree | 836463571eadb5ad550a3087aa7448dab1c060b3 /Misc | |
parent | 1652651ae9b6f94279a11db24062ee3584ce4f8f (diff) | |
parent | 64bfcc4c224930a56a0a96726d02b624ebe85b7e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |