jncramp / iniparse

Automatically exported from code.google.com/p/iniparse
Other
0 stars 0 forks source link

Python 3 support #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The project makes no mention of python 3 support.

If it is supported, the following tag should be added to setup.py:

"Programming Language :: Python :: 3",

Original issue reported on code.google.com by adys...@gmail.com on 6 Mar 2014 at 11:20

GoogleCodeExporter commented 8 years ago
Current upstream don't support Python 3

with this patch
https://code.google.com/p/iniparse/issues/detail?id=22#c13

it works on both Python2 & Python3

Original comment by tim.lauridsen on 7 Mar 2014 at 7:33