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

gh-102500: Add PEP 688 and 698 to the 3.12 release highlights #104174

Merged
merged 2 commits into from
May 4, 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
8 changes: 6 additions & 2 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,17 @@ Summary -- Release highlights

New typing features:

* :pep:`688`: Making the buffer protocol accessible in Python
JelleZijlstra marked this conversation as resolved.
Show resolved Hide resolved

* :ref:`whatsnew312-pep692`

* :pep:`698`: Override Decorator for Static Typing

Important deprecations, removals or restrictions:

* :pep:`623`, Remove wstr from Unicode
* :pep:`623`: Remove wstr from Unicode

* :pep:`632`, Remove the ``distutils`` package.
* :pep:`632`: Remove the ``distutils`` package

Improved Error Messages
=======================
Expand Down