Skip to content

Commit 3f17a8e

Browse files
committed
Add missing modules/submodules pending removal in 3.12
1 parent 518bfd2 commit 3f17a8e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,8 +1622,12 @@ 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-
* :envvar:`PYTHONTHREADDEBUG`
1626-
* The entire :ref:`distutils package <distutils-deprecated>`
1625+
* The :mod:`asynchat` module
1626+
* The :mod:`asyncore` module
1627+
* The :ref:`entire distutils package <distutils-deprecated>`
1628+
* The :mod:`imp` module
1629+
* The :class:`typing.io <typing.IO>` namespace
1630+
* The :class:`typing.re <typing.Pattern>` namespace
16271631
* :func:`!cgi.log`
16281632
* :func:`importlib.find_loader`
16291633
* :meth:`importlib.abc.Loader.module_repr`
@@ -1646,7 +1650,8 @@ C APIs pending removal are
16461650
* :meth:`pathlib.Path.link_to`
16471651
* :func:`!sqlite3.enable_shared_cache`
16481652
* :func:`!sqlite3.OptimizedUnicode`
1649-
1653+
* :mod:`unittest` ``fail*`` and ``assert*`` :ref:`deprecated-aliases`
1654+
* :envvar:`PYTHONTHREADDEBUG` environment variable
16501655

16511656
.. _whatsnew311-removed:
16521657
.. _whatsnew311-python-api-removed:

0 commit comments

Comments
 (0)