File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -68,21 +68,21 @@ Summary -- Release highlights
68
68
69
69
New grammar features:
70
70
71
- * :pep: ` 701 `: Syntactic formalization of f-strings
71
+ * :ref: ` whatsnew312-pep701 `
72
72
73
73
Interpreter improvements:
74
74
75
75
* :ref: `whatsnew312-pep684 `
76
76
77
77
New typing features:
78
78
79
- * :pep: ` 688 `: Making the buffer protocol accessible in Python
79
+ * :ref: ` whatsnew312-pep688 `
80
80
81
81
* :ref: `whatsnew312-pep692 `
82
82
83
83
* :ref: `whatsnew312-pep695 `
84
84
85
- * :pep: ` 698 `: Override Decorator for Static Typing
85
+ * :ref: ` whatsnew312-pep698 `
86
86
87
87
Important deprecations, removals or restrictions:
88
88
@@ -268,6 +268,8 @@ Inlining does result in a few visible behavior changes:
268
268
269
269
Contributed by Carl Meyer and Vladimir Matveev in :pep: `709 `.
270
270
271
+ .. _whatsnew312-pep688 :
272
+
271
273
PEP 688: Making the buffer protocol accessible in Python
272
274
--------------------------------------------------------
273
275
@@ -341,6 +343,8 @@ See :pep:`692` for more details.
341
343
342
344
(Contributed by Franek Magiera in :gh: `103629 `.)
343
345
346
+ .. _whatsnew312-pep698 :
347
+
344
348
PEP 698: Override Decorator for Static Typing
345
349
---------------------------------------------
346
350
You can’t perform that action at this time.
0 commit comments