File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -249,10 +249,12 @@ A key implementation detail is that the interface piggybacks on the interpreter'
249249loop and safe points, ensuring zero overhead during normal execution while providing a reliable way
250250for external processes to coordinate debugging operations.
251251
252- See :pep: `768 ` for more details.
253-
254252(Contributed by Pablo Galindo Salgado, Matt Wozniski, and Ivona Stojanovic in :gh: `131591 `.)
255253
254+ .. seealso ::
255+ :pep: `768 `.
256+
257+
256258.. _whatsnew314-pep784 :
257259
258260PEP 784: Adding Zstandard to the standard library
@@ -296,7 +298,7 @@ As can be seen, the API is similar to the APIs of the :mod:`!lzma` and
296298Victor Stinner, and Rogdham in :gh: `132983 `)
297299
298300.. seealso ::
299- :pep: `768 `.
301+ :pep: `784 `.
300302
301303
302304.. _whatsnew314-remote-pdb :
@@ -323,6 +325,9 @@ to attach to the remote process and send the PDB commands to it.
323325
324326(Contributed by Matt Wozniski and Pablo Galindo in :gh: `131591 `.)
325327
328+ .. seealso ::
329+ :pep: `768 `.
330+
326331
327332.. _whatsnew314-pep758 :
328333
@@ -350,6 +355,9 @@ Check :pep:`758` for more details.
350355
351356(Contributed by Pablo Galindo and Brett Cannon in :gh: `131831 `.)
352357
358+ .. seealso ::
359+ :pep: `758 `.
360+
353361
354362.. _whatsnew314-pep649 :
355363
@@ -576,6 +584,9 @@ Improved error messages
576584 ^^^^^^
577585 SyntaxError: cannot use subscript as import target
578586
587+ .. seealso ::
588+ :pep: `649 `.
589+
579590
580591.. _whatsnew314-pep741 :
581592
You can’t perform that action at this time.
0 commit comments