@@ -39,7 +39,7 @@ Bugfixes and changed features:
3939- Backport CPython PR [ #124795 ] ( https://github.com/python/cpython/pull/124795 ) :
4040 fix ` TypeAliasType ` not raising an error on non-tuple inputs for ` type_params ` .
4141 Patch by [ Daraan] ( https://github.com/Daraan ) .
42- - Fix that lists and ... could not be used for parameter expressions for ` TypeAliasType `
42+ - Fix that lists and ` ... ` could not be used for parameter expressions for ` TypeAliasType `
4343 instances before Python 3.11.
4444 Patch by [ Daraan] ( https://github.com/Daraan ) .
4545- Fix error on Python 3.10 when using ` typing.Concatenate ` and
@@ -48,9 +48,9 @@ Bugfixes and changed features:
4848 to reflect Python 3.13+ behavior: A value assigned to ` __total__ ` in the class body of a
4949 ` TypedDict ` will be overwritten by the ` total ` argument of the ` TypedDict ` constructor.
5050 Patch by [ Daraan] ( https://github.com/Daraan ) , backporting a CPython PR by Jelle Zijlstra.
51- - Fix for Python 3.11 that now ` isinstance(typing_extensions.Unpack[...], TypeVar) `
52- evaluates to ` False ` , however still ` True ` for < 3.11.
53- Patch by [ Daraan] ( https://github.com/Daraan )
51+ - ` isinstance(typing_extensions.Unpack[...], TypeVar) ` now evaluates to ` False ` on Python 3.11
52+ and newer, but remains ` True ` on versions before 3.11.
53+ Patch by [ Daraan] ( https://github.com/Daraan ) .
5454
5555# Release 4.12.2 (June 7, 2024)
5656
0 commit comments