Skip to content
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

Use LibCST (or maybe pyga/awpa) instead of lib2to3 #27

Open
kamahen opened this issue Apr 27, 2020 · 1 comment
Open

Use LibCST (or maybe pyga/awpa) instead of lib2to3 #27

kamahen opened this issue Apr 27, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@kamahen
Copy link
Owner

kamahen commented Apr 27, 2020

See https://bugs.python.org/issue40360: lib2to3 is now deprecated and may not be able to fully parse Python 3.10+. CPython encourages using https://libcst.readthedocs.io/ or https://parso.readthedocs.io/

https://github.com/pyga/awpa
https://github.com/Instagram/LibCST
...

@kamahen
Copy link
Owner Author

kamahen commented Apr 30, 2020

LibCST builds on parso. Comparing stars on GitHub:

https://bugs.python.org/issue40360#msg367726 and https://bugs.python.org/issue40360#msg367730

@kamahen kamahen changed the title Use pyga/awpa instead of lib2to3 Use LibCST (or maybe pyga/awpa) instead of lib2to3 Apr 30, 2020
@kamahen kamahen added the enhancement New feature or request label Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant