Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.12] Link to PEP sections in What's New in 3.12 (GH-108878) #108890

Merged
merged 1 commit into from
Sep 5, 2023
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 @@ -68,21 +68,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 @@ -268,6 +268,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 @@ -341,6 +343,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