File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -1622,8 +1622,12 @@ and will be removed in Python 3.12.
16221622C 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 :
You can’t perform that action at this time.
0 commit comments