@@ -1622,13 +1622,10 @@ and will be removed in Python 3.12.
1622
1622
C APIs pending removal are
1623
1623
:ref: `listed separately <whatsnew311-c-api-pending-removal >`.
1624
1624
1625
- * :class: `pkgutil.ImpImporter `
1626
- * :class: `pkgutil.ImpLoader `
1627
1625
* :envvar: `PYTHONTHREADDEBUG `
1626
+ * The entire :ref: `distutils package <distutils-deprecated >`
1627
+ * :func: `!cgi.log `
1628
1628
* :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 `
1632
1629
* :meth: `importlib.abc.Loader.module_repr `
1633
1630
* :meth: `importlib.abc.MetaPathFinder.find_module `
1634
1631
* :meth: `importlib.abc.PathEntryFinder.find_loader `
@@ -1641,11 +1638,14 @@ C APIs pending removal are
1641
1638
* :meth: `!importlib.machinery.FrozenLoader.module_repr `
1642
1639
* :meth: `importlib.machinery.PathFinder.find_module `
1643
1640
* :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 `
1644
1646
* :meth: `pathlib.Path.link_to `
1645
- * The entire :ref: `distutils package <distutils-deprecated >`
1646
- * :func: `!cgi.log `
1647
- * :func: `!sqlite3.OptimizedUnicode `
1648
1647
* :func: `!sqlite3.enable_shared_cache `
1648
+ * :func: `!sqlite3.OptimizedUnicode `
1649
1649
1650
1650
1651
1651
.. _whatsnew311-removed :
0 commit comments