diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-07-08 20:30:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 20:30:05 (GMT) |
commit | 006b53a42f72be83ecdfc39f3603cdd66bfcdc45 (patch) | |
tree | 9f90a4db516d1a0212b1696cb90d4aa04e06de1b /Misc/NEWS.d/3.11.0a2.rst | |
parent | 2be37ec8e2f68d2c2fce7ea7b9eef73d218a22f9 (diff) | |
download | cpython-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.11.0a2.rst')
-rw-r--r-- | Misc/NEWS.d/3.11.0a2.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.11.0a2.rst b/Misc/NEWS.d/3.11.0a2.rst index 05644d0..48cf2c1 100644 --- a/Misc/NEWS.d/3.11.0a2.rst +++ b/Misc/NEWS.d/3.11.0a2.rst @@ -15,7 +15,7 @@ Improve the :exc:`SyntaxError` message when using ``True``, ``None`` or .. section: Core and Builtins :data:`sys.stdlib_module_names` now contains the macOS-specific module -:mod:`_scproxy`. +:mod:`!_scproxy`. .. @@ -1023,7 +1023,7 @@ compile shared modules. .. nonce: 61gM2A .. section: Build -:mod:`pyexpat` and :mod:`_elementtree` no longer define obsolete macros +:mod:`pyexpat` and :mod:`!_elementtree` no longer define obsolete macros ``HAVE_EXPAT_CONFIG_H`` and ``USE_PYEXPAT_CAPI``. ``XML_POOR_ENTROPY`` is now defined in ``expat_config.h``. |