From: Skip Montanaro Date: Thu, 20 Mar 2003 23:37:24 +0000 (+0000) Subject: add _csv build line X-Git-Tag: v2.3c1~1422 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2497982bbbac59fa4b784d51f51ec66ccc09682d;p=python add _csv build line --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 0c7722f5dc..efb783eb0c 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