aboutsummaryrefslogblamecommitdiff
path: root/devel/py-csv23/pkg-descr
blob: 0064df7f173060acabada4c9e765f28a49d40b6a (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                
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