diff options
author | Skip Montanaro <skip@pobox.com> | 2003-03-20 23:37:24 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-03-20 23:37:24 (GMT) |
commit | 2497982bbbac59fa4b784d51f51ec66ccc09682d (patch) | |
tree | 17840e2a5ff664dfe402b44c2e4c6e15996a9554 /Modules/Setup.dist | |
parent | 64a839eb7111d3fef5ec7e97a80f2be3ae56132e (diff) | |
download | cpython-2497982bbbac59fa4b784d51f51ec66ccc09682d.zip cpython-2497982bbbac59fa4b784d51f51ec66ccc09682d.tar.gz cpython-2497982bbbac59fa4b784d51f51ec66ccc09682d.tar.bz2 |
add _csv build line
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 3 |
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 |