Skip to content

Commit d47cddf

Browse files
authored
gh-102500: Add PEP 688 and 698 to the 3.12 release highlights (#104174)
1 parent 8100be5 commit d47cddf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Doc/whatsnew/3.12.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,17 @@ Summary -- Release highlights
6868
6969
New typing features:
7070

71+
* :pep:`688`: Making the buffer protocol accessible in Python
72+
7173
* :ref:`whatsnew312-pep692`
7274

75+
* :pep:`698`: Override Decorator for Static Typing
76+
7377
Important deprecations, removals or restrictions:
7478

75-
* :pep:`623`, Remove wstr from Unicode
79+
* :pep:`623`: Remove wstr from Unicode
7680

77-
* :pep:`632`, Remove the ``distutils`` package.
81+
* :pep:`632`: Remove the ``distutils`` package
7882

7983
Improved Error Messages
8084
=======================

0 commit comments

Comments
 (0)