strop doesn't actually seem to be needed

This commit is contained in:
Andrew M. Kuchling 2001-01-17 20:21:30 +00:00
parent 4f9e9432a8
commit 33b4d50180

View 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.