-
Notifications
You must be signed in to change notification settings - Fork 15
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
Convert to Python 3 #4
Comments
@willic3 You can remove more futurize boilerplate. Remove these statements
Also remove Stuff that needs more investigationCan we eliminate these?
Potential problems (need to test):
Ideally, we would like code that is compatible with Python 2.7/3 without any workarounds. In cases where this is not possible, we want to add as few dependencies as possible (i.e., we might have to depend on the future module, but hopefully that is it). |
Using futurize to update to Python 2/3 compatibility. Stuff that is not Python 3 compatible:
Possible "fixes" to identify incompatibilities:
|
|
Check to see if we can allow configparser to have |
Need to convert to Python 3 before end of life for Python v2.
The text was updated successfully, but these errors were encountered: