]> granicus.if.org Git - python/commit
bpo-28231: The zipfile module now accepts path-like objects for external paths. ...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 8 Mar 2017 12:37:51 +0000 (14:37 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2017 12:37:51 +0000 (14:37 +0200)
commit8606e9524a7a4065042f7f228dc57eb74f88e4d3
tree84f0e487deb92a304f8a584e59217d3b25351f98
parentc351ce6a2c923c5016e48ecbf7b1e4833031d154
bpo-28231: The zipfile module now accepts path-like objects for external paths. (#511)
Doc/library/zipfile.rst
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS