PythonCharmers / python-future

Easy, clean, reliable Python 2/3 compatibility
http://python-future.org
MIT License
1.18k stars 291 forks source link

Support for Unicode csv files #169

Open xZise opened 9 years ago

xZise commented 9 years ago

Now that unicodecsv has dropped support for Python 2.6 we from pywikibot-core are wondering if the future package might add support for Unicode in csv files.

JelteF commented 8 years ago

There is also the https://github.com/ryanhiebert/backports.csv library. This should probably work even better. Is it possible to modify this library so pasteurize replaces all csv imports with backports.csv. If so, in what file should I do this?