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 @@ -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
7373Interpreter improvements:
7474
7575* :ref: `whatsnew312-pep684 `
7676
7777New 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
8787Important deprecations, removals or restrictions:
8888
@@ -268,6 +268,8 @@ Inlining does result in a few visible behavior changes:
268268
269269Contributed by Carl Meyer and Vladimir Matveev in :pep: `709 `.
270270
271+ .. _whatsnew312-pep688 :
272+
271273PEP 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+
344348PEP 698: Override Decorator for Static Typing
345349---------------------------------------------
346350
You can’t perform that action at this time.
0 commit comments