-
Notifications
You must be signed in to change notification settings - Fork 8
add 'async' and 'await' keywords. Also add the '@' operator. #41
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
Conversation
|
Thanks for the PR, I actually haven't gotten around to reviewing 3.5 yet. Have you tested this with decorators to ensure the |
|
Also, can you add |
|
I broke decorators, I will try to fix them. And yes, I can add the inplace operator. Don't worry so much about this PR, we have time. Python 3.5 is planned for September. |
|
Yeah, I know it's not due to be officially released until this fall, but it shows up on python.org on the downloads page (for example here) and the first beta is out, so it'll be getting more exposure. I'd like to stay ahead of the game if we can. |
|
From PEP-0465:
This can help with designing the regex to differentiate between the |
…keyword.control.flow.python' to 'storage.modifier.declaration.python'
|
When are you guys going to merge this in master? |
|
I've been using the patched version since my last pull request and I not found any problem. So I think that is ready to merge. |
|
@MattDMo ? |
|
These changes have been added to the unicode branch. As soon as I'm done testing the changes there, it will be merged back into master and a new version released. |
|
BTW, we also need to highlight |
|
See also PR #44 |
Python 3.5 introduce syntax changes. See https://docs.python.org/3.5/whatsnew/3.5.html#summary-release-highlights.