We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Formatting the following crashes (under both 2.7.8 and 3.4.2):
methods.exec(sys.modules[name])
The error is:
lib2to3.pgen2.parse.ParseError: bad input: type=1, value='exec', context=('', (1, 8))
Running 2to3 on the same code produces the same parse error, so this is a limitation of the library.
The text was updated successfully, but these errors were encountered:
729279e
No branches or pull requests
Formatting the following crashes (under both 2.7.8 and 3.4.2):
The error is:
Running 2to3 on the same code produces the same parse error, so this is a limitation of the library.
The text was updated successfully, but these errors were encountered: