]> granicus.if.org Git - python/commitdiff
add _csv build line
authorSkip Montanaro <skip@pobox.com>
Thu, 20 Mar 2003 23:37:24 +0000 (23:37 +0000)
committerSkip Montanaro <skip@pobox.com>
Thu, 20 Mar 2003 23:37:24 +0000 (23:37 +0000)
Modules/Setup.dist

index 0c7722f5dc7cb884c57c3181479b52677de1a356..efb783eb0c390b9f4a627bb048707dadf95bad0d 100644 (file)
@@ -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