]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-28231: The zipfile module now accepts path-like objects for external paths...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 8 Mar 2017 13:45:43 +0000 (15:45 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2017 13:45:43 +0000 (15:45 +0200)
commiteb65edd1029876a4a5bb70b009aeb914088ac749
treeacc215ff9664d32cf84b4c262aca6b2754e856f0
parent666165fddf499e80d10a5d9263846ec4534f6a2a
[3.6]  bpo-28231: The zipfile module now accepts path-like objects for external paths. (#561)

(cherry picked from commit 8606e9524a7a4065042f7f228dc57eb74f88e4d3)
Doc/library/zipfile.rst
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS