summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.13.0a1.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-07-08 20:30:05 (GMT)
committerGitHub <noreply@github.com>2024-07-08 20:30:05 (GMT)
commit006b53a42f72be83ecdfc39f3603cdd66bfcdc45 (patch)
tree9f90a4db516d1a0212b1696cb90d4aa04e06de1b /Misc/NEWS.d/3.13.0a1.rst
parent2be37ec8e2f68d2c2fce7ea7b9eef73d218a22f9 (diff)
downloadcpython-006b53a42f72be83ecdfc39f3603cdd66bfcdc45.zip
cpython-006b53a42f72be83ecdfc39f3603cdd66bfcdc45.tar.gz
cpython-006b53a42f72be83ecdfc39f3603cdd66bfcdc45.tar.bz2
NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Misc/NEWS.d/3.13.0a1.rst')
-rw-r--r--Misc/NEWS.d/3.13.0a1.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Misc/NEWS.d/3.13.0a1.rst b/Misc/NEWS.d/3.13.0a1.rst
index 9a321f7..0ba61b4 100644
--- a/Misc/NEWS.d/3.13.0a1.rst
+++ b/Misc/NEWS.d/3.13.0a1.rst
@@ -2888,9 +2888,9 @@ documented and were not intended to be used externally.
.. nonce: vMbmj_
.. section: Library
-:data:`opcode.ENABLE_SPECIALIZATION` (which was added in 3.12 but never
+:data:`!opcode.ENABLE_SPECIALIZATION` (which was added in 3.12 but never
documented or intended for external usage) is moved to
-:data:`_opcode.ENABLE_SPECIALIZATION` where tests can access it.
+:data:`!_opcode.ENABLE_SPECIALIZATION` where tests can access it.
..
@@ -3053,7 +3053,7 @@ Donghee Na.
.. nonce: U9nD_B
.. section: Library
-Optimize :meth:`_PollLikeSelector.select` for many iteration case.
+Optimize :meth:`!_PollLikeSelector.select` for many iteration case.
..
@@ -3173,7 +3173,7 @@ Disable tab completion in multiline mode of :mod:`pdb`
.. nonce: pYSwMj
.. section: Library
-Expose opcode metadata through :mod:`_opcode`.
+Expose opcode metadata through :mod:`!_opcode`.
..
@@ -3735,7 +3735,7 @@ overwritten.
.. nonce: _sZilh
.. section: Library
-Fix bugs in :mod:`_ctypes` where exceptions could end up being overwritten.
+Fix bugs in :mod:`!_ctypes` where exceptions could end up being overwritten.
..