[Python-checkins] gh-102500: Add PEP 688 and 698 to the 3.12 release highlights (#104174)

hugovk webhook-mailer at python.org
Thu May 4 12:55:56 EDT 2023


https://github.com/python/cpython/commit/d47cddfa27cbcbeb4dddb9263976d85c41241672
commit: d47cddfa27cbcbeb4dddb9263976d85c41241672
branch: main
author: Hugo van Kemenade <hugovk at users.noreply.github.com>
committer: hugovk <hugovk at users.noreply.github.com>
date: 2023-05-04T19:55:48+03:00
summary:

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

files:
M Doc/whatsnew/3.12.rst

diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index 4a988bf4b993..4f952e2a37ef 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
 =======================



More information about the Python-checkins mailing list