Skip to content

Support for newer versions of Python3? #1

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
ralexstokes opened this issue Oct 28, 2018 · 3 comments
Closed

Support for newer versions of Python3? #1

ralexstokes opened this issue Oct 28, 2018 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@ralexstokes
Copy link
Contributor

Are there any plans to support newer features in Python?

In particular, I see that the parser will panic when it tries to read a type annotation like:

foo: int

foo = 22
@progval progval added the enhancement New feature or request label Oct 28, 2018
@progval progval self-assigned this Oct 28, 2018
@progval
Copy link
Owner

progval commented Oct 28, 2018

Sure, I'll work on it

@progval
Copy link
Owner

progval commented Oct 28, 2018

Actually, that was supposed to be supported already, because I used Python 3.7's grammar when writing this parser. The panic on type annotations was a bug (which is now fixed).

Thanks for the report!

@progval progval added bug Something isn't working and removed enhancement New feature or request labels Oct 28, 2018
@ralexstokes
Copy link
Contributor Author

Thanks for the quick response! Excited to try it out :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants