]> granicus.if.org Git - python/commitdiff
strop doesn't actually seem to be needed
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 17 Jan 2001 20:21:30 +0000 (20:21 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 17 Jan 2001 20:21:30 +0000 (20:21 +0000)
Modules/Setup.dist

index 59aa6e776de366f11421fe91a38ddce4b9a19f3e..ad471ce9265bc8a954d788350913cd6aaf87b9a4 100644 (file)
@@ -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.