-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Trouble parsing 2.7 code in 3.7 #977
Comments
I believe this is fixed in master, could you try? |
Note that in my description I mention that I am running on black commit bd0ab3c, which is the tip of master. Doesn't seem to be fixed. |
Sorry for missing that! |
Related: #768 However, I am no longer able to reproduce this. Not sure what was going on....maybe some shell woes. Closing until/if I can reproduce it again. Guessing this will come down to user error. |
[Turns out the problem wasn't quite what I initially thought.]
The current release (19.3b0) cannot be used using 3.7 on any 2.x code that is trying to be 3.x compatible by using the print function.
In Python 3.7.3 from black commit bd0ab3c
But if I use the same commit and run from Python 3.6.7, then it works great:
The text was updated successfully, but these errors were encountered: