diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-04-16 23:52:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-17 00:38:50 +0700 |
commit | 9a668770eef72ed9861eced40a124a31f661a421 (patch) | |
tree | b63636851c0574c9e95170929ee17a3d126f3021 /python/python-unicodecsv/README | |
parent | 411578999159425b4803d1df9fa089fffe554311 (diff) | |
download | slackbuilds-9a668770eef72ed9861eced40a124a31f661a421.tar.gz |
python/python-unicodecsv: Added (csv module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-unicodecsv/README')
-rw-r--r-- | python/python-unicodecsv/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python-unicodecsv/README b/python/python-unicodecsv/README new file mode 100644 index 0000000000..65f114ab66 --- /dev/null +++ b/python/python-unicodecsv/README @@ -0,0 +1,2 @@ +Python2's stdlib csv module is nice, but it doesn't support unicode. +This module is a drop-in replacement which *does*. |