]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-102500: Add PEP 688 and 698 to the 3.12 release highlights (#104174)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Thu, 4 May 2023 16:55:48 +0000 (19:55 +0300)
committerGitHub <noreply@github.com>
Thu, 4 May 2023 16:55:48 +0000 (19:55 +0300)
Doc/whatsnew/3.12.rst

index 4a988bf4b993da2ddbd5e94e087ddc3195c51222..4f952e2a37ef2f8a7accf2fb69d5b0361abddf59 100644 (file)
@@ -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
 =======================