Skip to content
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

Dictionary views "mapping" attribute in Python 3.10 #5812

Closed
lancelote opened this issue Jul 28, 2021 · 1 comment
Closed

Dictionary views "mapping" attribute in Python 3.10 #5812

lancelote opened this issue Jul 28, 2021 · 1 comment
Labels
stubs: incomplete Annotations or sub-modules missing from an existing package or module

Comments

@lancelote
Copy link
Contributor

bpo-40890 introduced mapping attribute to views returned by dict.keys(), dict.values() and dict.items() in Python 3.10. It is not yet reflected in typeshed.

mapping

@srittau srittau added the stubs: incomplete Annotations or sub-modules missing from an existing package or module label Jul 28, 2021
@hauntsaninja
Copy link
Collaborator

hauntsaninja commented Nov 27, 2021

Fixed in #6039

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stubs: incomplete Annotations or sub-modules missing from an existing package or module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants