blob: 2c372c432bc748801f2bde856f5fc2af645e2648 (
plain) (
blame)
1
2
3
4
5
6
|
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.
|