summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-03-13 21:29:50 (GMT)
committerGitHub <noreply@github.com>2022-03-13 21:29:50 (GMT)
commitd929aa70e2a324ea48fed221c3257f929be05115 (patch)
treeb46cde5b3f0c4aa17c50fae9b3e0551577e9de7c /Misc
parent25962e4e60235645f945d23281431b30b3c3d573 (diff)
downloadcpython-d929aa70e2a324ea48fed221c3257f929be05115.zip
cpython-d929aa70e2a324ea48fed221c3257f929be05115.tar.gz
cpython-d929aa70e2a324ea48fed221c3257f929be05115.tar.bz2
[3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857)
(cherry picked from commit b1e286860742e7ba6fadc75e3ddb6c2899a56919) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-03-13-15-04-05.bpo-47004.SyYpxd.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-03-13-15-04-05.bpo-47004.SyYpxd.rst b/Misc/NEWS.d/next/Library/2022-03-13-15-04-05.bpo-47004.SyYpxd.rst
new file mode 100644
index 0000000..3cb3b21
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-03-13-15-04-05.bpo-47004.SyYpxd.rst
@@ -0,0 +1,3 @@
+Apply bugfixes from importlib_metadata 4.11.3, including bugfix for
+EntryPoint.extras, which was returning match objects and not the extras
+strings.