diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-06-04 14:54:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 14:54:59 (GMT) |
commit | 23ebf87eaa88d43648bb99f84809485c45b39b0b (patch) | |
tree | 51c145e3b784536062628cc8884d9840ee370f93 /Misc | |
parent | ee7d2681f6e2ece539bc70d21893353da84401fd (diff) | |
download | cpython-23ebf87eaa88d43648bb99f84809485c45b39b0b.zip cpython-23ebf87eaa88d43648bb99f84809485c45b39b0b.tar.gz cpython-23ebf87eaa88d43648bb99f84809485c45b39b0b.tar.bz2 |
[3.13] gh-106531: Apply changes from importlib_resources 6.3.2 (GH-117054) (#120014)
gh-106531: Apply changes from importlib_resources 6.3.2 (GH-117054)
Apply changes from importlib_resources 6.3.2.
(cherry picked from commit 8d63c8d47b9edd8ac2f0b395b2fa0ae5f571252d)
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-03-19-21-41-31.gh-issue-106531.Mgd--6.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-03-19-21-41-31.gh-issue-106531.Mgd--6.rst b/Misc/NEWS.d/next/Library/2024-03-19-21-41-31.gh-issue-106531.Mgd--6.rst new file mode 100644 index 0000000..6a5783c --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-03-19-21-41-31.gh-issue-106531.Mgd--6.rst @@ -0,0 +1,6 @@ +In :mod:`importlib.resources`, sync with `importlib_resources 6.3.2 +<https://importlib-resources.readthedocs.io/en/latest/history.html#v6-3-2>`_, +including: ``MultiplexedPath`` now expects ``Traversable`` paths, +deprecating string arguments to ``MultiplexedPath``; Enabled support for +resources in namespace packages in zip files; Fixed ``NotADirectoryError`` +when calling files on a subdirectory of a namespace package. |