mirror of https://github.com/python/cpython
Added the _sre module. It is always on.
This commit is contained in:
parent
b700df9824
commit
e56793557c
|
@ -93,6 +93,7 @@ regex regexmodule.c regexpr.c # Regular expressions, GNU Emacs style
|
|||
pcre pcremodule.c pypcre.c # Regular expressions, Perl style (for re.py)
|
||||
posix posixmodule.c # posix (UNIX) system calls
|
||||
signal signalmodule.c # signal(2)
|
||||
_sre _sre.c # Fredrik Lundh's new regular expressions
|
||||
|
||||
# The SGI specific GL module:
|
||||
|
||||
|
|
Loading…
Reference in New Issue