summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2023-02-18 21:29:22 (GMT)
committerGitHub <noreply@github.com>2023-02-18 21:29:22 (GMT)
commit5170caf3059fdacc92d7370eecb9fe4f0c5a1c76 (patch)
treeb294f3f9a122e4ffc520ec4ef22aabadc34144a3 /Misc
parent128379b8cdb88a6d3d7fed24df082c9a654b3fb8 (diff)
downloadcpython-5170caf3059fdacc92d7370eecb9fe4f0c5a1c76.zip
cpython-5170caf3059fdacc92d7370eecb9fe4f0c5a1c76.tar.gz
cpython-5170caf3059fdacc92d7370eecb9fe4f0c5a1c76.tar.bz2
gh-97930: Apply changes from importlib_resources 5.12. (GH-102010)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-02-17-19-00-58.gh-issue-97930.C_nQjb.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-02-17-19-00-58.gh-issue-97930.C_nQjb.rst b/Misc/NEWS.d/next/Library/2023-02-17-19-00-58.gh-issue-97930.C_nQjb.rst
new file mode 100644
index 0000000..967e13f
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-02-17-19-00-58.gh-issue-97930.C_nQjb.rst
@@ -0,0 +1,4 @@
+Apply changes from `importlib_resources 5.12
+<https://importlib-resources.readthedocs.io/en/latest/history.html#v5-12-0>`_,
+including fix for ``MultiplexedPath`` to support directories in multiple
+namespaces (python/importlib_resources#265).