10000 Add blurb · python/cpython@49a648b · GitHub
[go: up one dir, main page]

Skip to content

Commit 49a648b

Browse files
committed
Add blurb
1 parent cb119a5 commit 49a648b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Include changes from `importlib_metadata 3.7
2+
<https://importlib-metadata.readthedocs.io/en/latest/history.html#v3-7-0>`_:
3+
4+
- Performance enhancements to distribution discovery. - ``entry_points``
5+
only returns unique distributions. - Introduces new ``EntryPoints`` object
6+
for containing a set of entry points with convenience methods for selecting
7+
entry points by group or name. ``entry_points`` now returns this object if
8+
selection parameters are supplied but continues to return a dict object for
9+
compatibility. Users are encouraged to rely on the selection interface. The
10+
dict object result is likely to be deprecated in the future. - Added
11+
packages_distributions function to return a mapping of packages to the
12+
distributions that provide them.

0 commit comments

Comments
 (0)
0