diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-03-13 19:53:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-13 19:53:29 (GMT) |
commit | b1e286860742e7ba6fadc75e3ddb6c2899a56919 (patch) | |
tree | 9341f9fe28b546763a4ee8229d54c0fec007e4d1 /Misc | |
parent | c99ac3c364ee21be72263791b71ee8b55f64de08 (diff) | |
download | cpython-b1e286860742e7ba6fadc75e3ddb6c2899a56919.zip cpython-b1e286860742e7ba6fadc75e3ddb6c2899a56919.tar.gz cpython-b1e286860742e7ba6fadc75e3ddb6c2899a56919.tar.bz2 |
bpo-47004: Sync with importlib_metadata 4.11.3. (#31854)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-03-13-15-04-05.bpo-47004.SyYpxd.rst | 3 |
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. |