New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typing.TypedDict
documentation doesn't list minimum version for __required_keys__
and __optional_keys__
#94439
Labels
Comments
typing.TypedDict
documentation doesn't list minimum version for __required_keys
and __optional_keys
typing.TypedDict
documentation doesn't list minimum version for __required_keys
and __optional_keys__
typing.TypedDict
documentation doesn't list minimum version for __required_keys
and __optional_keys__
typing.TypedDict
documentation doesn't list minimum version for __required_keys__
and __optional_keys__
JelleZijlstra
pushed a commit
that referenced
this issue
Aug 13, 2022
… `__optional_keys__` (#95373)
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 13, 2022
…_` and `__optional_keys__` (pythonGH-95373) (cherry picked from commit f235178) Co-authored-by: Howie Zhao <howiezhaohr@hotmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 13, 2022
…_` and `__optional_keys__` (pythonGH-95373) (cherry picked from commit f235178) Co-authored-by: Howie Zhao <howiezhaohr@hotmail.com>
pablogsal
pushed a commit
that referenced
this issue
Aug 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
finite-state-machine commentedJun 30, 2022
Documentation
The
TypeDict
class exposes attributes__required_keys__
and__optional_keys__
starting in Python 3.9, but the documentation doesn't list the minimum version for these features, implying that they're available in Python 3.8.c.f. https://github.com/python/cpython/blob/main/Doc/library/typing.rst near line 1827.
The text was updated successfully, but these errors were encountered: