Skip to content

Add support to PEP 380 (yield from) #317

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

Closed
rockneurotiko opened this issue Jul 22, 2014 · 4 comments
Closed

Add support to PEP 380 (yield from) #317

rockneurotiko opened this issue Jul 22, 2014 · 4 comments
Labels

Comments

@rockneurotiko
Copy link
Contributor

The keywords added in python 3.3+ "yield from" is not supported and necessary to work with the new module tulip/asyncio.

@JukkaL
Copy link
Collaborator

JukkaL commented Jul 23, 2014

Thanks for creating the issue! Yes, yield from is an important Python 3.3 addition. Mypy still officially only supports 3.2, though one or two 3.3+ features are already there.

@JukkaL JukkaL removed the front end label Jul 25, 2014
@JukkaL JukkaL changed the title Add support to PEP 380 Add support to PEP 380 (yield from) Jul 25, 2014
@JukkaL
Copy link
Collaborator

JukkaL commented Jul 25, 2014

Modified title to mention "yield from".

@rockneurotiko
Copy link
Contributor Author

I think that this is closed with #367

@JukkaL
Copy link
Collaborator

JukkaL commented Nov 28, 2014

Yup!

@JukkaL JukkaL closed this as completed Nov 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants