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
1039
1039
importlib.metadata
1040
1040
------------------
1041
1041
1042
- Feature parity with `` importlib_metadata`` 4.2
1042
+ Feature parity with `` importlib_metadata`` 4.4
1043
1043
(`history < https:// importlib- metadata.readthedocs.io/ en/ latest/ history.html> ` _).
1044
1044
1045
1045
:ref:`importlib.metadata entry points < entry- points> `
1046
1046
now provides a nicer experience
1047
1047
for selecting entry points by group and name through a new
1048
1048
:class :`importlib.metadata.EntryPoints` class . See the Compatibility
1049
1049
Note 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).
1053
1050
1054
1051
Added :func:`importlib.metadata.packages_distributions` for resolving
1055
1052
top- level Python modules and packages to their
You can’t perform that action at this time.
0 commit comments