-
Notifications
You must be signed in to change notification settings - Fork 51
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
Show which fixers were actually used #127
Comments
I suspect that's all inside 2to3, so modernize can't easily change it. |
Find a replacement to 2to3 that has better documentation and support? http://www.astroid.org/ |
Even if that has the capabilities we need, I don't think any of us has the time to completely rebuild python-modernize on top of something other than 2to3. For better or for worse, modernize is very tightly tied to 2to3. Perhaps the easiest way to address it would be to take a copy of 2to3 from CPython and either bundle it into p-m, or release it as a standalone package. But let's not do that before 0.5, at any rate. |
Ok. |
We could wrap all of the fixers we add, including the ones from lib2to3. |
Current verbose output is not really useful.
What I want to see is what fixers were actually used for upload.py
The text was updated successfully, but these errors were encountered: