File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
7272Interpreter improvements:
7373
7474* :ref: `whatsnew312-pep684 `
7575
7676New 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
8686Important deprecations, removals or restrictions:
8787
@@ -267,6 +267,8 @@ Inlining does result in a few visible behavior changes:
267267
268268Contributed by Carl Meyer and Vladimir Matveev in :pep: `709 `.
269269
270+ .. _whatsnew312-pep688 :
271+
270272PEP 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+
343347PEP 698: Override Decorator for Static Typing
344348---------------------------------------------
345349
You can’t perform that action at this time.
0 commit comments