Skip to content

Commit 7855d32

Browse files
authored
Link to PEP sections in What's New in 3.12 (python#108878)
1 parent 572678e commit 7855d32

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Doc/whatsnew/3.12.rst

+7-3
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,21 @@ Summary -- Release highlights
6767
6868
New grammar features:
6969

70-
* :pep:`701`: Syntactic formalization of f-strings
70+
* :ref:`whatsnew312-pep701`
7171

7272
Interpreter improvements:
7373

7474
* :ref:`whatsnew312-pep684`
7575

7676
New typing features:
7777

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

8080
* :ref:`whatsnew312-pep692`
8181

8282
* :ref:`whatsnew312-pep695`
8383

84-
* :pep:`698`: Override Decorator for Static Typing
84+
* :ref:`whatsnew312-pep698`
8585

8686
Important deprecations, removals or restrictions:
8787

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

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

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

@@ -340,6 +342,8 @@ See :pep:`692` for more details.
340342

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

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

0 commit comments

Comments
 (0)