Skip to content
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

run 2to3 and manual convert for Python3 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hyphaltip
Copy link

This is python3 code update - it appears to work on python3 based on some basic tests.

if you drop it in will not quite work for python2 because of expected capitalization change: https://docs.python.org/2/library/configparser.html

File "Pangloss.py", line 89, in
from configparser import SafeConfigParser

@hyphaltip
Copy link
Author

You probably want to merge this into a python3 branch rather than master/main until you are ready to do a release for python3?

@hyphaltip
Copy link
Author

But this should help solve #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant