From 33b4d50180af7c939f922e0e68e5fb65bf6309a2 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 17 Jan 2001 20:21:30 +0000 Subject: strop doesn't actually seem to be needed --- Modules/Setup.dist | 1 - 1 file changed, 1 deletion(-) 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. -- cgit v0.12