]> granicus.if.org Git - python/commit
bpo-34472: Add data descriptor signature to zipfile (GH-8871)
authorSilas Sewell <silas@sewell.org>
Tue, 18 Sep 2018 17:00:05 +0000 (13:00 -0400)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Sep 2018 17:00:05 +0000 (20:00 +0300)
commit4ba3b50bfe6d50cd82d208023ea23e203ab50589
treee6b460ddc7de1ef0268f7717943f41556c488314
parentd0f49d2f5085ca68e3dc8725f1fb1c9674bfb5ed
bpo-34472: Add data descriptor signature to zipfile (GH-8871)

This makes streamed zips compatible with MacOS Archive Utility and
other applications.
Lib/zipfile.py
Misc/ACKS
Misc/NEWS.d/next/Library/2018-08-23-09-25-08.bpo-34472.cGyYrO.rst [new file with mode: 0644]