Skip to content

Commit 518bfd2

Browse files
committed
Sort list of APIs pending removal alphabetically
1 parent 1d30270 commit 518bfd2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,13 +1622,10 @@ and will be removed in Python 3.12.
16221622
C APIs pending removal are
16231623
:ref:`listed separately <whatsnew311-c-api-pending-removal>`.
16241624

1625-
* :class:`pkgutil.ImpImporter`
1626-
* :class:`pkgutil.ImpLoader`
16271625
* :envvar:`PYTHONTHREADDEBUG`
1626+
* The entire :ref:`distutils package <distutils-deprecated>`
1627+
* :func:`!cgi.log`
16281628
* :func:`importlib.find_loader`
1629-
* :func:`importlib.util.module_for_loader`
1630-
* :func:`!importlib.util.set_loader_wrapper`
1631-
* :func:`!importlib.util.set_package_wrapper`
16321629
* :meth:`importlib.abc.Loader.module_repr`
16331630
* :meth:`importlib.abc.MetaPathFinder.find_module`
16341631
* :meth:`importlib.abc.PathEntryFinder.find_loader`
@@ -1641,11 +1638,14 @@ C APIs pending removal are
16411638
* :meth:`!importlib.machinery.FrozenLoader.module_repr`
16421639
* :meth:`importlib.machinery.PathFinder.find_module`
16431640
* :meth:`!importlib.machinery.WindowsRegistryFinder.find_module`
1641+
* :func:`importlib.util.module_for_loader`
1642+
* :func:`!importlib.util.set_loader_wrapper`
1643+
* :func:`!importlib.util.set_package_wrapper`
1644+
* :class:`pkgutil.ImpImporter`
1645+
* :class:`pkgutil.ImpLoader`
16441646
* :meth:`pathlib.Path.link_to`
1645-
* The entire :ref:`distutils package <distutils-deprecated>`
1646-
* :func:`!cgi.log`
1647-
* :func:`!sqlite3.OptimizedUnicode`
16481647
* :func:`!sqlite3.enable_shared_cache`
1648+
* :func:`!sqlite3.OptimizedUnicode`
16491649

16501650

16511651
.. _whatsnew311-removed:

0 commit comments

Comments
 (0)