summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.11.0a1.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2024-01-03 13:04:26 (GMT)
committerGitHub <noreply@github.com>2024-01-03 13:04:26 (GMT)
commitfab7ad62ceca1f88767bca4e1f06f8e4b1faef2f (patch)
tree0e3617ea0028170ad23b24b9796146925ca9a64f /Misc/NEWS.d/3.11.0a1.rst
parent4de468cce106221968d7ac08ddd94571b903c194 (diff)
downloadcpython-fab7ad62ceca1f88767bca4e1f06f8e4b1faef2f.zip
cpython-fab7ad62ceca1f88767bca4e1f06f8e4b1faef2f.tar.gz
cpython-fab7ad62ceca1f88767bca4e1f06f8e4b1faef2f.tar.bz2
gh-101100: Fix Sphinx warnings for removed dead batteries (#113669)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Misc/NEWS.d/3.11.0a1.rst')
-rw-r--r--Misc/NEWS.d/3.11.0a1.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.11.0a1.rst b/Misc/NEWS.d/3.11.0a1.rst
index ba7fb51..63abcbd 100644
--- a/Misc/NEWS.d/3.11.0a1.rst
+++ b/Misc/NEWS.d/3.11.0a1.rst
@@ -819,7 +819,7 @@ always available when needed. Patch by Mark Shannon.
.. nonce: qKnSqV
.. section: Core and Builtins
-The threading debug (:envvar:`PYTHONTHREADDEBUG` environment variable) is
+The threading debug (:envvar:`!PYTHONTHREADDEBUG` environment variable) is
deprecated in Python 3.10 and will be removed in Python 3.12. This feature
requires a debug build of Python. Patch by Victor Stinner.
@@ -2808,7 +2808,7 @@ behaves differently than the similar implementation in :mod:`sysconfig`.
.. nonce: 3hmkWw
.. section: Library
-:class:`smtpd.MailmanProxy` is now removed as it is unusable without an
+:class:`!smtpd.MailmanProxy` is now removed as it is unusable without an
external module, ``mailman``. Patch by Donghee Na.
..