Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 543 Bytes

File metadata and controls

20 lines (12 loc) · 543 Bytes

xotl.tools.future.csv - CSV parsing and writing extensions

xotl.tools.future.csv

1.8.4

This module extends the standard library's csv. You may use it as a drop-in replacement in many cases.

Avoid importing * from this module since could be different in Python 2.7 and Python 3.3.

We added the following features.

unix_dialect

Added only in Python 2 for compatibility purposes.

parse