You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
No description provided.
The text was updated successfully, but these errors were encountered: