K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2020-08-30T20:19:10.909993Z K 7 svn:log V 352 Add py-csv23 0.3.2 csv23 provides the unicode-based API of the Python 3 csv module for Python 2 and 3. Code that should run under both versions of Python can use it to hide the bytes vs. text difference between 2 and 3 and stick to the newer unicode-based interface. It uses utf-8 as default encoding everywhere. WWW: https://github.com/xflr6/csv23 END