commit | 80a9fd77a0d63eed2f5d40e60437b5a465b7c1a5 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 15 00:29:51 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 15 00:29:51 2013 +0200 |
tree | b1ee20a4643dccc532916b0e46ff788f5a4f2777 | |
parent | 3d4a02ab8c73b71a05ed6dde57689b4b6a428066 [diff] [blame] |
Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.
diff --git a/Misc/NEWS b/Misc/NEWS index b69e70c..ab219ae 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -186,6 +186,9 @@ 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.