Skip to content

Add new language features from 3.6 to cfg #14

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
Thalmann opened this issue Dec 5, 2016 · 2 comments
Closed

Add new language features from 3.6 to cfg #14

Thalmann opened this issue Dec 5, 2016 · 2 comments

Comments

@Thalmann
Copy link
Contributor

Thalmann commented Dec 5, 2016

No description provided.

@bcaller
Copy link
Collaborator

bcaller commented Jul 24, 2018

We can probably close this one.

New syntax features:
PEP 498, formatted string literals. works #142
PEP 515, underscores in numeric literals. nothing to do here
PEP 526, syntax for variable annotations. added #143
PEP 525, asynchronous generators. When we add support for 3.5 syntax this should come for free.
PEP 530: asynchronous comprehensions. ast node is like a normal comprehension but with an async flag so nothing to do here

@KevinHock
Copy link
Collaborator

Great point, thank you so much!

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

3 participants