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

mypy doesn't support FrozenSet #1283

Closed
gvanrossum opened this issue Mar 10, 2016 · 2 comments
Closed

mypy doesn't support FrozenSet #1283

gvanrossum opened this issue Mar 10, 2016 · 2 comments

Comments

@gvanrossum
Copy link
Member

It is mentioned in PEP 484 and exists in the official typing.py, but not in mypy's typing.py nor in typeshed's typing.pyi.

@gvanrossum gvanrossum added this to the 0.3.3 milestone Apr 7, 2016
@gvanrossum
Copy link
Member Author

This may be as simple as adding it to typeshed's typing.pyi...

@gvanrossum
Copy link
Member Author

It's now in typeshed (python/typeshed#474) and in the upstream typing.py (python/typing#261). It's now a simple matter of syncing typeshed and copying the latest typing.py, which we don't track in the tracker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants