Skip to content

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

@ChrisTimperley

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.

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