Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,21 @@ Summary -- Release highlights

New grammar features:

* :pep:`701`: Syntactic formalization of f-strings
* :ref:`whatsnew312-pep701`

Interpreter improvements:

* :ref:`whatsnew312-pep684`

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:

Expand Down Expand Up @@ -267,6 +267,8 @@ Inlining does result in a few visible behavior changes:

Contributed by Carl Meyer and Vladimir Matveev in :pep:`709`.

.. _whatsnew312-pep688:

PEP 688: Making the buffer protocol accessible in Python
--------------------------------------------------------

Expand Down Expand Up @@ -340,6 +342,8 @@ See :pep:`692` for more details.

(Contributed by Franek Magiera in :gh:`103629`.)

.. _whatsnew312-pep698:

PEP 698: Override Decorator for Static Typing
---------------------------------------------

Expand Down