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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2497982bbbac59fa4b784d51f51ec66ccc09682d;p=thirdparty%2FPython%2Fcpython.git add _csv build line --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 0c7722f5dc7c..efb783eb0c39 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