jdunck / python-unicodecsv

Python2's stdlib csv module is nice, but it doesn't support unicode. This module is a drop-in replacement which *does*. If you prefer python 3's semantics but need support in py2, you probably want https://github.com/ryanhiebert/backports.csv
Other
595 stars 90 forks source link

Remove 2.6 from the classifiers #63

Closed xZise closed 8 years ago

xZise commented 9 years ago

Just a minor note, but as you don't support 2.6 anymore it would be nice if you could remove it from the classifiers from setup.py. Otherwise the pypi page gives the impression you are still supporting it.

ryanhiebert commented 8 years ago

Python 2.6 is supported again, so we don't need to remove the classifier.

xZise commented 8 years ago

Okay in that case the README should be updated which explicitly lists the 2nd version number and add 2.6 to make it official ;)