aboutsummaryrefslogtreecommitdiff
path: root/python/python2-unicodecsv/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2024-05-16 18:53:09 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-18 06:55:45 +0700
commit9d19b3b88e71a476c22bb8895f438a28ebb887bb (patch)
tree2a310e310cd49fa51d4ab8cf7475c9bf7fbf4dc5 /python/python2-unicodecsv/README
parent7dc45d2d3551ae8a18842967c94624ea28542715 (diff)
python/python2-unicodecsv: Removed unused.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-unicodecsv/README')
-rw-r--r--python/python2-unicodecsv/README2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/python2-unicodecsv/README b/python/python2-unicodecsv/README
deleted file mode 100644
index 65f114ab66..0000000000
--- a/python/python2-unicodecsv/README
+++ /dev/null
@@ -1,2 +0,0 @@
-Python2's stdlib csv module is nice, but it doesn't support unicode.
-This module is a drop-in replacement which *does*.