File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -1039,17 +1039,14 @@ and will be incorrect in some rare cases, including some ``_``-s in
10391039importlib.metadata
10401040------------------
10411041
1042- Feature parity with `` importlib_metadata`` 4.2
1042+ Feature parity with `` importlib_metadata`` 4.4
10431043(`history < https:// importlib- metadata.readthedocs.io/ en/ latest/ history.html> ` _).
10441044
10451045:ref:`importlib.metadata entry points < entry- points> `
10461046now provides a nicer experience
10471047for selecting entry points by group and name through a new
10481048:class :`importlib.metadata.EntryPoints` class . See the Compatibility
10491049Note in the docs for more info on the deprecation and usage.
1050- Incidentally, these changes also removed access by index on the
1051- result of :func:`importlib.metadata.Distribution.entry_points`
1052- (see :issue:`44246 ` for more detail).
10531050
10541051Added :func:`importlib.metadata.packages_distributions` for resolving
10551052top- level Python modules and packages to their
You can’t perform that action at this time.
0 commit comments