Skip to content

Commit 2fb131e

Browse files
committed
Update What's new in Python 3.14: typos and misplaced item.
1 parent db20324 commit 2fb131e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ A new flag has been added, :data:`~sys.flags.context_aware_warnings`. This
982982
flag defaults to true for the free-threaded build and false for the GIL-enabled
983983
build. If the flag is true then the :class:`warnings.catch_warnings` context
984984
manager uses a context variable for warning filters. This makes the context
985-
manager behave predicably when used with multiple threads or asynchronous
985+
manager behave predictably when used with multiple threads or asynchronous
986986
tasks.
987987

988988
A new flag has been added, :data:`~sys.flags.thread_inherit_context`. This flag
@@ -1583,7 +1583,7 @@ io
15831583
:exc:`BlockingIOError` if the operation cannot immediately return bytes.
15841584
(Contributed by Giovanni Siragusa in :gh:`109523`.)
15851585

1586-
* Add protocols :class:`io.Reader` and :class:`io.Writer` as a simpler
1586+
* Add protocols :class:`io.Reader` and :class:`io.Writer` as simpler
15871587
alternatives to the pseudo-protocols :class:`typing.IO`,
15881588
:class:`typing.TextIO`, and :class:`typing.BinaryIO`.
15891589
(Contributed by Sebastian Rittau in :gh:`127648`.)
@@ -2084,6 +2084,8 @@ typing
20842084
(Contributed by Jelle Zijlstra in :gh:`105499`.)
20852085

20862086

2087+
* :class:`typing.TypeAliasType` now supports star unpacking.
2088+
20872089
unicodedata
20882090
-----------
20892091

@@ -2656,8 +2658,6 @@ typing
26562658
* Remove :class:`!typing.ByteString`. It had previously raised a
26572659
:exc:`DeprecationWarning` since Python 3.12.
26582660

2659-
* :class:`typing.TypeAliasType` now supports star unpacking.
2660-
26612661
urllib
26622662
------
26632663

0 commit comments

Comments
 (0)