New grammar features:
-* :pep:`701`: Syntactic formalization of f-strings
+* :ref:`whatsnew312-pep701`
Interpreter improvements:
New typing features:
-* :pep:`688`: Making the buffer protocol accessible in Python
+* :ref:`whatsnew312-pep688`
* :ref:`whatsnew312-pep692`
* :ref:`whatsnew312-pep695`
-* :pep:`698`: Override Decorator for Static Typing
+* :ref:`whatsnew312-pep698`
Important deprecations, removals or restrictions:
Contributed by Carl Meyer and Vladimir Matveev in :pep:`709`.
+.. _whatsnew312-pep688:
+
PEP 688: Making the buffer protocol accessible in Python
--------------------------------------------------------
(Contributed by Franek Magiera in :gh:`103629`.)
+.. _whatsnew312-pep698:
+
PEP 698: Override Decorator for Static Typing
---------------------------------------------