summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-03-20 23:37:24 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-03-20 23:37:24 (GMT)
commit2497982bbbac59fa4b784d51f51ec66ccc09682d (patch)
tree17840e2a5ff664dfe402b44c2e4c6e15996a9554 /Modules
parent64a839eb7111d3fef5ec7e97a80f2be3ae56132e (diff)
downloadcpython-2497982bbbac59fa4b784d51f51ec66ccc09682d.zip
cpython-2497982bbbac59fa4b784d51f51ec66ccc09682d.tar.gz
cpython-2497982bbbac59fa4b784d51f51ec66ccc09682d.tar.bz2
add _csv build line
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Setup.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 0c7722f..efb783e 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -191,6 +191,9 @@ GLHACK=-Dclear=__GLclear
# Dynamic readlines
#xreadlines xreadlinesmodule.c
+# CSV file helper
+#_csv _csv.c
+
# Socket module helper for socket(2)
#_socket socketmodule.c