Pangloss icon indicating copy to clipboard operation
Pangloss copied to clipboard

run 2to3 and manual convert for Python3

Open hyphaltip opened this issue 5 years ago • 2 comments

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 avatar Sep 21 '20 15:09 hyphaltip

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 avatar Sep 21 '20 15:09 hyphaltip

But this should help solve #2

hyphaltip avatar Sep 21 '20 15:09 hyphaltip