]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37449: ensurepip uses importlib.resources.files() traversable APIs (#22659)
authorwim glenn <wim.glenn@gmail.com>
Mon, 7 Jun 2021 02:14:47 +0000 (21:14 -0500)
committerGitHub <noreply@github.com>
Mon, 7 Jun 2021 02:14:47 +0000 (22:14 -0400)
commitafb2eed72b32a35b4726ff35f92e4fbf54926046
tree0e6b4a154015fb49faa967c20720bffee71be114
parent67dfa6f2a508c325715625fe442f2ce20270a8b3
bpo-37449: ensurepip uses importlib.resources.files() traversable APIs (#22659)

* `ensurepip` now uses `importlib.resources.files()` traversable APIs

* Update Lib/ensurepip/__init__.py

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
* Update Misc/NEWS.d/next/Library/2020-10-11-20-23-48.bpo-37449.f-t3V6.rst

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Lib/ensurepip/__init__.py
Lib/ensurepip/_bundled/__init__.py [deleted file]
Misc/NEWS.d/next/Library/2020-10-11-20-23-48.bpo-37449.f-t3V6.rst [new file with mode: 0644]