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
594 stars 87 forks source link

Make UnicodeDecodeError errors more informative #84

Closed Jamim closed 10 months ago

Jamim commented 6 years ago

CI failure for Python 2.6 looks unrelated to these changes.

hugovk commented 6 years ago

The Python 2.6 failure is because wheel has dropped support for it, because 2.6 has been EOL for over 4 years.

hugovk commented 6 years ago

I've created PR https://github.com/jdunck/python-unicodecsv/pull/85 to drop support for it and turn the CI green.

Jamim commented 10 months ago

Closed since this library is not maintained anymore.