]> granicus.if.org Git - python/commit
Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 14 Jan 2013 22:38:17 +0000 (00:38 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 14 Jan 2013 22:38:17 +0000 (00:38 +0200)
commit64bfcc4c224930a56a0a96726d02b624ebe85b7e
tree912a3bfc77b37707c36ccd3fcdd0ad07fe11f437
parent67da89446a0b3f008a15e6a510925921ca6f9303
parent182d7cd531e565bfbd9e248290d6f868c688bf33
Issue #9720: zipfile now writes correct local headers for files larger than 4 GiB.
Lib/zipfile.py
Misc/NEWS