]> granicus.if.org Git - python/commit
bpo-31638: Add compression support to zipapp (GH-3819)
authorZhiming Wang <zmwangx@gmail.com>
Fri, 29 Sep 2017 17:31:52 +0000 (13:31 -0400)
committerPaul Moore <p.f.moore@gmail.com>
Fri, 29 Sep 2017 17:31:52 +0000 (18:31 +0100)
commitd87b105ca794addf92addb28293c92a7ef4141e1
tree65d69e9473d93bb612d4c3fedbfb714626d402f5
parent6fb0e4a6d085ffa4e4a6daaea042a1cc517fa8bc
bpo-31638: Add compression support to zipapp (GH-3819)

Add optional argument `compressed` to `zipapp.create_archive`, and add
option `--compress` to the command line interface of `zipapp`.
Doc/library/zipapp.rst
Doc/whatsnew/3.7.rst
Lib/test/test_zipapp.py
Lib/zipapp.py
Misc/NEWS.d/next/Library/2017-09-29-07-14-28.bpo-31638.jElfhl.rst [new file with mode: 0644]