mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
strop doesn't actually seem to be needed
This commit is contained in:
parent
4f9e9432a8
commit
33b4d50180
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue