Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update Python driver to use Parso rather than native ast module #56

Open
ChrisTimperley opened this issue Aug 25, 2020 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@ChrisTimperley
Copy link
Collaborator

The Python ast module uses the same grammar as the underlying Python interpreter. This prevents it from being used to, for example, fix Python 2.7 code. Parso uses different grammars to support different Python versions.

@ChrisTimperley ChrisTimperley added the enhancement New feature or request label Aug 25, 2020
@ChrisTimperley ChrisTimperley self-assigned this Aug 25, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant