-
Notifications
You must be signed in to change notification settings - Fork 50
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
Support PEP448 #137
Comments
Closed mine since this one covers it better. This unpacking syntax is really handy and my projects are using it all over - is support coming soon? |
I'd strongly recommend moving your project over to use parso. I've done it with mutmut. Parso is well supported. |
wait, are baron/redbaron not supported anymore? I still see some activity on the projects, though I haven't dug in too deeply. |
It's way way behind and not catching up. Parso is caught up and has way less bugs. It's also used by big projects like jedi and indirectly ipython so will be invested in. You should bet on it. |
The following is a MWE for this issue:
@boxed is parso a FST? can it do refactoring similar to redbaron? |
@Erotemic it is. I use it in mutmut for mutation testing. |
https://www.python.org/dev/peps/pep-0448/
The text was updated successfully, but these errors were encountered: