@@ -982,7 +982,7 @@ A new flag has been added, :data:`~sys.flags.context_aware_warnings`. This
982982flag defaults to true for the free-threaded build and false for the GIL-enabled
983983build. If the flag is true then the :class: `warnings.catch_warnings ` context
984984manager 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
986986tasks.
987987
988988A new flag has been added, :data: `~sys.flags.thread_inherit_context `. This flag
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+
20872089unicodedata
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-
26612661urllib
26622662------
26632663
0 commit comments