]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-123299: Update What's new in Python 3.14: typos and misplaced item. (#136665)
authorHunter Hogan <hunterhogan@users.noreply.github.com>
Thu, 14 Aug 2025 16:14:33 +0000 (11:14 -0500)
committerGitHub <noreply@github.com>
Thu, 14 Aug 2025 16:14:33 +0000 (16:14 +0000)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
Doc/whatsnew/3.14.rst

index 49406a1ece6235eb245c3720df167851d1faf26b..0738f8e8564e7b59a60ca9feaf46d63b5ac693f4 100644 (file)
@@ -982,7 +982,7 @@ A new flag has been added, :data:`~sys.flags.context_aware_warnings`.  This
 flag defaults to true for the free-threaded build and false for the GIL-enabled
 build. If the flag is true then the :class:`warnings.catch_warnings` context
 manager uses a context variable for warning filters.  This makes the context
-manager behave predicably when used with multiple threads or asynchronous
+manager behave predictably when used with multiple threads or asynchronous
 tasks.
 
 A new flag has been added, :data:`~sys.flags.thread_inherit_context`. This flag
@@ -1648,7 +1648,7 @@ io
   :exc:`BlockingIOError` if the operation cannot immediately return bytes.
   (Contributed by Giovanni Siragusa in :gh:`109523`.)
 
-* Add protocols :class:`io.Reader` and :class:`io.Writer` as simpler
+* Add protocols :class:`io.Reader` and :class:`io.Writer` as simpler
   alternatives to the pseudo-protocols :class:`typing.IO`,
   :class:`typing.TextIO`, and :class:`typing.BinaryIO`.
   (Contributed by Sebastian Rittau in :gh:`127648`.)
@@ -2148,6 +2148,8 @@ typing
 
   (Contributed by Jelle Zijlstra in :gh:`105499`.)
 
+* :class:`typing.TypeAliasType` now supports star unpacking.
+
 
 unicodedata
 -----------
@@ -2731,7 +2733,6 @@ typing
 * Remove :class:`!typing.ByteString`. It had previously raised a
   :exc:`DeprecationWarning` since Python 3.12.
 
-* :class:`typing.TypeAliasType` now supports star unpacking.
 
 urllib
 ------