summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-10-16 19:00:39 (GMT)
committerGitHub <noreply@github.com>2022-10-16 19:00:39 (GMT)
commitcea910ebf14d1bd9d8bc0c8a5046e69ae8f5be17 (patch)
treed8f509aa9e5bbb452117ce6eb5de2714171edeb4 /Misc
parent5c9302d03a57759225dab9e2d7bdd38e79009441 (diff)
downloadcpython-cea910ebf14d1bd9d8bc0c8a5046e69ae8f5be17.zip
cpython-cea910ebf14d1bd9d8bc0c8a5046e69ae8f5be17.tar.gz
cpython-cea910ebf14d1bd9d8bc0c8a5046e69ae8f5be17.tar.bz2
gh-97930: Merge with importlib_resources 5.9 (GH-97929)
* Merge with importlib_resources 5.9 * Update changelog
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-10-05-16-10-24.gh-issue-97930.NPSrzE.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-10-05-16-10-24.gh-issue-97930.NPSrzE.rst b/Misc/NEWS.d/next/Library/2022-10-05-16-10-24.gh-issue-97930.NPSrzE.rst
new file mode 100644
index 0000000..860f6ad
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-10-05-16-10-24.gh-issue-97930.NPSrzE.rst
@@ -0,0 +1,3 @@
+Apply changes from importlib_resources 5.8 and 5.9: ``Traversable.joinpath``
+provides a concrete implementation. ``as_file`` now supports directories of
+resources.