summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorwim glenn <wim.glenn@gmail.com>2021-06-07 02:14:47 (GMT)
committerGitHub <noreply@github.com>2021-06-07 02:14:47 (GMT)
commitafb2eed72b32a35b4726ff35f92e4fbf54926046 (patch)
tree0e6b4a154015fb49faa967c20720bffee71be114 /Misc/NEWS.d
parent67dfa6f2a508c325715625fe442f2ce20270a8b3 (diff)
downloadcpython-afb2eed72b32a35b4726ff35f92e4fbf54926046.zip
cpython-afb2eed72b32a35b4726ff35f92e4fbf54926046.tar.gz
cpython-afb2eed72b32a35b4726ff35f92e4fbf54926046.tar.bz2
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>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2020-10-11-20-23-48.bpo-37449.f-t3V6.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-10-11-20-23-48.bpo-37449.f-t3V6.rst b/Misc/NEWS.d/next/Library/2020-10-11-20-23-48.bpo-37449.f-t3V6.rst
new file mode 100644
index 0000000..2202ae0
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-10-11-20-23-48.bpo-37449.f-t3V6.rst
@@ -0,0 +1 @@
+``ensurepip`` now uses ``importlib.resources.files()`` traversable APIs