]> granicus.if.org Git - python/commit
bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049)
authorPaul Moore <p.f.moore@gmail.com>
Sat, 26 Aug 2017 17:04:12 +0000 (18:04 +0100)
committerGitHub <noreply@github.com>
Sat, 26 Aug 2017 17:04:12 +0000 (18:04 +0100)
commit0780bf7578dc4c9c3852dc5e869aba515a2c65b1
treedb073e0b76aabdb567564e917bc92239e5109f2b
parenta5b4ea15b61e3f3985f4f0748a18f8b888a63532
bpo-31072: Rename the new filter argument for zipapp.create_archive. (#3049)

bpo-31072: Rename the new filter argument for zipapp.create_archive (GH-3049)

* Rename the new argument to "filter"
* Improve tests for the new functionality
* Add a "What's New" entry.
Doc/library/zipapp.rst
Doc/whatsnew/3.7.rst
Lib/test/test_zipapp.py
Lib/zipapp.py