From 16989fb03648666ff35385942ce8c259beb014f6 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 4 May 2023 18:40:39 +0300 Subject: [PATCH 1/2] Add PEP 688 to the 3.12 release highlights --- Doc/whatsnew/3.12.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 3fe3310a26e59b..14fa261213ceba 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -68,13 +68,15 @@ Summary -- Release highlights New typing features: +* :pep:`688`: Making the buffer protocol accessible in Python + * :ref:`whatsnew312-pep692` 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 ======================= From 807b5cf0bb361b107334fa5bb77857353081f315 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 4 May 2023 18:54:16 +0300 Subject: [PATCH 2/2] Add PEP 698 to the 3.12 release highlights --- Doc/whatsnew/3.12.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 14fa261213ceba..26a0f5aac6c271 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -72,6 +72,8 @@ New typing features: * :ref:`whatsnew312-pep692` +* :pep:`698`: Override Decorator for Static Typing + Important deprecations, removals or restrictions: * :pep:`623`: Remove wstr from Unicode