@@ -982,7 +982,7 @@ A new flag has been added, :data:`~sys.flags.context_aware_warnings`. This
982
982
flag defaults to true for the free-threaded build and false for the GIL-enabled
983
983
build. If the flag is true then the :class: `warnings.catch_warnings ` context
984
984
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
986
986
tasks.
987
987
988
988
A new flag has been added, :data: `~sys.flags.thread_inherit_context `. This flag
1648
1648
:exc: `BlockingIOError ` if the operation cannot immediately return bytes.
1649
1649
(Contributed by Giovanni Siragusa in :gh: `109523 `.)
1650
1650
1651
- * Add protocols :class: `io.Reader ` and :class: `io.Writer ` as a simpler
1651
+ * Add protocols :class: `io.Reader ` and :class: `io.Writer ` as simpler
1652
1652
alternatives to the pseudo-protocols :class: `typing.IO `,
1653
1653
:class: `typing.TextIO `, and :class: `typing.BinaryIO `.
1654
1654
(Contributed by Sebastian Rittau in :gh: `127648 `.)
@@ -2148,6 +2148,8 @@ typing
2148
2148
2149
2149
(Contributed by Jelle Zijlstra in :gh: `105499 `.)
2150
2150
2151
+ * :class: `typing.TypeAliasType ` now supports star unpacking.
2152
+
2151
2153
2152
2154
unicodedata
2153
2155
-----------
@@ -2731,7 +2733,6 @@ typing
2731
2733
* Remove :class: `!typing.ByteString `. It had previously raised a
2732
2734
:exc: `DeprecationWarning ` since Python 3.12.
2733
2735
2734
- * :class: `typing.TypeAliasType ` now supports star unpacking.
2735
2736
2736
2737
urllib
2737
2738
------
0 commit comments