Skip to content

Commit 78d9a9b

Browse files
authored
bpo-44246: Remove note about access by index now that a compatibility shim is offered. (GH-26472)
1 parent c34ed08 commit 78d9a9b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,17 +1039,14 @@ and will be incorrect in some rare cases, including some ``_``-s in
10391039
importlib.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>`
10461046
now provides a nicer experience
10471047
for selecting entry points by group and name through a new
10481048
:class:`importlib.metadata.EntryPoints` class. See the Compatibility
10491049
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).
10531050
10541051
Added :func:`importlib.metadata.packages_distributions` for resolving
10551052
top-level Python modules and packages to their

0 commit comments

Comments
 (0)