Skip to content

Commit 8c551a7

Browse files
[3.12] Link to PEP sections in What's New in 3.12 (GH-108878) (#108890)
Link to PEP sections in What's New in 3.12 (GH-108878) (cherry picked from commit 7855d32) Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent e76b0b7 commit 8c551a7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,21 @@ Summary -- Release highlights
6868
6969
New grammar features:
7070

71-
* :pep:`701`: Syntactic formalization of f-strings
71+
* :ref:`whatsnew312-pep701`
7272

7373
Interpreter improvements:
7474

7575
* :ref:`whatsnew312-pep684`
7676

7777
New typing features:
7878

79-
* :pep:`688`: Making the buffer protocol accessible in Python
79+
* :ref:`whatsnew312-pep688`
8080

8181
* :ref:`whatsnew312-pep692`
8282

8383
* :ref:`whatsnew312-pep695`
8484

85-
* :pep:`698`: Override Decorator for Static Typing
85+
* :ref:`whatsnew312-pep698`
8686

8787
Important deprecations, removals or restrictions:
8888

@@ -268,6 +268,8 @@ Inlining does result in a few visible behavior changes:
268268

269269
Contributed by Carl Meyer and Vladimir Matveev in :pep:`709`.
270270

271+
.. _whatsnew312-pep688:
272+
271273
PEP 688: Making the buffer protocol accessible in Python
272274
--------------------------------------------------------
273275

@@ -341,6 +343,8 @@ See :pep:`692` for more details.
341343

342344
(Contributed by Franek Magiera in :gh:`103629`.)
343345

346+
.. _whatsnew312-pep698:
347+
344348
PEP 698: Override Decorator for Static Typing
345349
---------------------------------------------
346350

0 commit comments

Comments
 (0)