mirror of https://github.com/python/cpython.git
strop doesn't actually seem to be needed
This commit is contained in:
parent
4f9e9432a8
commit
33b4d50180
|
@ -92,7 +92,6 @@ PYTHONPATH=$(COREPYTHONPATH)
|
||||||
|
|
||||||
posix posixmodule.c # posix (UNIX) system calls
|
posix posixmodule.c # posix (UNIX) system calls
|
||||||
_sre _sre.c # Fredrik Lundh's new regular expressions
|
_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
|
# The rest of the modules previously listed in this file are built
|
||||||
# by the setup.py script in Python 2.1.
|
# by the setup.py script in Python 2.1.
|
||||||
|
|
Loading…
Reference in New Issue