10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb119a5 commit 49a648bCopy full SHA for 49a648b
Misc/NEWS.d/next/Library/2021-03-07-18-54-39.bpo-43428.br0XmX.rst
@@ -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