Skip to content

Commit

Permalink
gh-102500: Add PEP 688 and 698 to the 3.12 release highlights (#104174)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored May 4, 2023
1 parent 8100be5 commit d47cddf
Showing 1 changed file with 6 additions and 2 deletions.
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

* :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

0 comments on commit d47cddf

Please sign in to comment.