@@ -987,24 +987,24 @@ New modules
987987
988988* :mod: `annotationlib `:
989989 For introspecting :term: `annotations <annotation> `.
990- See :ref: `PEP 749 <whatsnew314-pep649 >` for more details.
990+ See :ref: `PEP 749 <whatsnew314-deferred-annotations >` for more details.
991991 (Contributed by Jelle Zijlstra in :gh: `119180 `.)
992992
993993* :mod: `compression ` (including :mod: `compression.zstd `):
994994 A package for compression-related modules,
995995 including a new module to support the Zstandard compression format.
996- See :ref: `PEP 784 <whatsnew314-pep784 >` for more details.
996+ See :ref: `PEP 784 <whatsnew314-zstandard >` for more details.
997997 (Contributed by Emma Harper Smith, Adam Turner, Gregory P. Smith, Tomas Roun,
998998 Victor Stinner, and Rogdham in :gh: `132983 `.)
999999
10001000* :mod: `concurrent.interpreters `:
10011001 Support for multiple interpreters in the standard library.
1002- See :ref: `PEP 734 <whatsnew314-pep734 >` for more details.
1002+ See :ref: `PEP 734 <whatsnew314-multiple-interpreters >` for more details.
10031003 (Contributed by Eric Snow in :gh: `134939 `.)
10041004
10051005* :mod: `string.templatelib `:
10061006 Support for template string literals (t-strings).
1007- See :ref: `PEP 750 <whatsnew314-pep750 >` for more details.
1007+ See :ref: `PEP 750 <whatsnew314-template-string-literals >` for more details.
10081008 (Contributed by Jim Baker, Guido van Rossum, Paul Everitt, Koudai Aono,
10091009 Lysandros Nikolaou, Dave Peck, Adam Turner, Jelle Zijlstra, Bénédikt Tran,
10101010 and Pablo Galindo Salgado in :gh: `132661 `.)
@@ -1110,7 +1110,7 @@ concurrent.futures
11101110 asynchronously.
11111111
11121112 This is separate from the new :mod: `~concurrent.interpreters ` module
1113- introduced by :ref: `PEP 734 <whatsnew314-pep734 >`.
1113+ introduced by :ref: `PEP 734 <whatsnew314-multiple-interpreters >`.
11141114 (Contributed by Eric Snow in :gh: `124548 `.)
11151115
11161116.. _whatsnew314-concurrent-futures-start-method :
@@ -1852,7 +1852,7 @@ sys
18521852 function was deprecated in Python 3.13 but it didn't raise a runtime warning.
18531853
18541854* Add :func: `sys.remote_exec ` to implement the new external debugger interface.
1855- See :ref: `PEP 768 <whatsnew314-pep768 >` for details.
1855+ See :ref: `PEP 768 <whatsnew314-remote-debugging >` for details.
18561856 (Contributed by Pablo Galindo Salgado, Matt Wozniski, and Ivona Stojanovic
18571857 in :gh: `131591 `.)
18581858
0 commit comments