pixelb / crudini

A utility for manipulating ini files
GNU General Public License v2.0
443 stars 60 forks source link

added support for python 2.7 and 3 #54

Closed pirateland closed 5 years ago

pirateland commented 5 years ago

Since py2 gets deprecated in close to a year. Tested with 3.7.2rc1 and 2.7.15+. I didn't update the setup file yet

pixelb commented 5 years ago

This doesn't pass (cd tests && ./test.sh) StringIO doesn't take strings, and requires unicode, Also the exception classes don't match