K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2017-07-13T18:06:28.300194Z K 7 svn:log V 434 Add py-backports.csv 1.0.5 The API of the csv module in Python 2 is drastically different from the csv module in Python 3. This is due, for the most part, to the difference between str in Python 2 and Python 3. The semantics of Python 3's version are more useful because they support unicode natively, while Python 2's csv does not. WWW: https://pypi.python.org/pypi/backports.csv WWW: https://github.com/ryanhiebert/backports.csv END