Skip to content

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

Description

@ChrisTimperley

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions