diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-01-17 20:21:30 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-01-17 20:21:30 (GMT) |
commit | 33b4d50180af7c939f922e0e68e5fb65bf6309a2 (patch) | |
tree | 555b636f508eb47a43b9e8e4873214e5642ae3c2 /Modules/Setup.dist | |
parent | 4f9e9432a8bd7f2d6a800a79f62f6b57e1cbe527 (diff) | |
download | cpython-33b4d50180af7c939f922e0e68e5fb65bf6309a2.zip cpython-33b4d50180af7c939f922e0e68e5fb65bf6309a2.tar.gz cpython-33b4d50180af7c939f922e0e68e5fb65bf6309a2.tar.bz2 |
strop doesn't actually seem to be needed
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 59aa6e7..ad471ce 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -92,7 +92,6 @@ PYTHONPATH=$(COREPYTHONPATH) posix posixmodule.c # posix (UNIX) system calls _sre _sre.c # Fredrik Lundh's new regular expressions -strop stropmodule.c # fast string operations implemented in C # The rest of the modules previously listed in this file are built # by the setup.py script in Python 2.1. |