summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-05-04 16:55:48 (GMT)
committerGitHub <noreply@github.com>2023-05-04 16:55:48 (GMT)
commitd47cddfa27cbcbeb4dddb9263976d85c41241672 (patch)
treee241f0301b68d60b1382eae4d0cd4a87182d5a34 /Doc/whatsnew
parent8100be5535073a5442c2b8c68dcb2093ee69433d (diff)
downloadcpython-d47cddfa27cbcbeb4dddb9263976d85c41241672.zip
cpython-d47cddfa27cbcbeb4dddb9263976d85c41241672.tar.gz
cpython-d47cddfa27cbcbeb4dddb9263976d85c41241672.tar.bz2
gh-102500: Add PEP 688 and 698 to the 3.12 release highlights (#104174)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.12.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index 4a988bf..4f952e2 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -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
=======================