We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3386627 commit e9d9de9Copy full SHA for e9d9de9
CHANGELOG.md
@@ -48,7 +48,7 @@ Bugfixes and changed features:
48
to reflect Python 3.13+ behavior: A value assigned to `__total__` in the class body of a
49
`TypedDict` will be overwritten by the `total` argument of the `TypedDict` constructor.
50
Patch by [Daraan](https://github.com/Daraan), backporting a CPython PR by Jelle Zijlstra.
51
-- `isinstance(typing_extensions.Unpack[...], TypeVar)` now evaluated to `False` on Python 3.11
+- `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).
54
0 commit comments