diff options
author | Guido van Rossum <guido@python.org> | 2001-01-09 21:46:50 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-01-09 21:46:50 (GMT) |
commit | ea3375d96b35c2f2b1669da4d3e14ff7c4a189bb (patch) | |
tree | 03e047dfeb8f3bc910c6d4e30c34e79c5ee58194 /Modules/Setup.dist | |
parent | c49480ed51fe92a9bc1f0c175eec27cb0f6d9d5e (diff) | |
download | cpython-ea3375d96b35c2f2b1669da4d3e14ff7c4a189bb.zip cpython-ea3375d96b35c2f2b1669da4d3e14ff7c4a189bb.tar.gz cpython-ea3375d96b35c2f2b1669da4d3e14ff7c4a189bb.tar.bz2 |
Jeff Epler's xreadlines module, with slight reformatting and some
changes for safety and tuning.
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 e46eca4..53ab1fb 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -156,6 +156,9 @@ _socket socketmodule.c # socket(2) # Memory-mapped files (also works on Win32). mmap mmapmodule.c +# Dynamic readlines +xreadlines xreadlinesmodule.c + # Socket module compiled with SSL support; you must edit the SSL variable: #SSL=/usr/local/ssl #_socket socketmodule.c \ |