diff options
author | Skip Montanaro <skip@pobox.com> | 2003-03-20 23:37:24 +0000 |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-03-20 23:37:24 +0000 |
commit | 971b5f57c36986bc58ff525a332dcca0d662f3b9 (patch) | |
tree | 1b3e78bea473d7dc1e3403cc897d7ab6bfecad4f /Modules/Setup.dist | |
parent | 1b1546670412d9f455c2a9def430a249e2bec682 (diff) | |
download | cpython-971b5f57c36986bc58ff525a332dcca0d662f3b9.tar.gz |
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 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 |