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