From: Andrew M. Kuchling Date: Wed, 17 Jan 2001 20:21:30 +0000 (+0000) Subject: strop doesn't actually seem to be needed X-Git-Tag: v2.1a1~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33b4d50180af7c939f922e0e68e5fb65bf6309a2;p=thirdparty%2FPython%2Fcpython.git strop doesn't actually seem to be needed --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 59aa6e776de3..ad471ce9265b 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.