PythonOptimizers / cysparse

Python/Cython library to replace PySparse
http://PythonOptimizers.github.io/cysparse
7 stars 3 forks source link

Get rid of ConfigParser #220

Closed ghost closed 8 years ago

ghost commented 8 years ago

Python3 and ConfigParser don't mix very well...

See https://bitbucket.org/ambv/configparser/issues/5

ghost commented 8 years ago

OK, used configparser from standard library. Its Python2 and Python3 compatible.