-
Notifications
You must be signed in to change notification settings - Fork 51
Issues: PyCQA/modernize
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
There should be a way to prevent specific lines from being modernized
#188
opened May 15, 2019 by
benbariteau
dict.items() not converted to list(dict.items()) when iterated over
#176
opened Feb 19, 2019 by
hniksic
why do we need to add
from __future__ import absolute_import
everywhere
#142
opened Oct 3, 2016 by
pavlix
Use @six.add_metaclass() decorator instead of six.with_metaclass()?
#153
opened Apr 28, 2017 by
hroncok
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.