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

Implement new Python 3.5 syntax #25

Closed
evhub opened this issue Jul 27, 2015 · 3 comments
Closed

Implement new Python 3.5 syntax #25

evhub opened this issue Jul 27, 2015 · 3 comments

Comments

@evhub
Copy link
Owner

evhub commented Jul 27, 2015

New keywords async and await plus new operator @.

@evhub
Copy link
Owner Author

evhub commented Jul 28, 2015

The only thing left is to enforce these restrictions: https://www.python.org/dev/peps/pep-0492/#list-of-functions-and-methods

@evhub
Copy link
Owner Author

evhub commented Aug 14, 2015

Additionally, when async and await are keywords and when they are not should be strictly enforced.

@evhub
Copy link
Owner Author

evhub commented Aug 14, 2015

In --strict mode, async and await should be backslash-escaped to use them, even when they normally would be allowed. Otherwise, backslash-escaping should be optional.

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

1 participant