]> granicus.if.org Git - python/commit
bpo-31072: Add filter to zipapp (#3021)
authorJeffrey Rackauckas <jeffreyrack@gmail.com>
Wed, 9 Aug 2017 13:37:17 +0000 (06:37 -0700)
committerPaul Moore <p.f.moore@gmail.com>
Wed, 9 Aug 2017 13:37:17 +0000 (14:37 +0100)
commitb811d664defed085d16951088afb579fb649c58d
tree8d440084c8a7fc1b4cef670cb8c9b772b5a2236a
parent9b0d1d647e3d2ec9d299e5c9f49b02fbbb810a5a
bpo-31072: Add filter to zipapp (#3021)

bpo-31072: Add a filter argument to zipapp.create_archive (GH-3021)

* Add an include_file argument to allow callers to decide which files to include
* Document the new argument
Doc/library/zipapp.rst
Lib/test/test_zipapp.py
Lib/zipapp.py
Misc/ACKS
Misc/NEWS.d/next/Library/2017-08-09-13-45-23.bpo-31072.NLXDPV.rst [new file with mode: 0644]