mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Added the _sre module. It is always on.
This commit is contained in:
parent
b700df9824
commit
e56793557c
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
pcre pcremodule.c pypcre.c # Regular expressions, Perl style (for re.py)
|
||||||
posix posixmodule.c # posix (UNIX) system calls
|
posix posixmodule.c # posix (UNIX) system calls
|
||||||
signal signalmodule.c # signal(2)
|
signal signalmodule.c # signal(2)
|
||||||
|
_sre _sre.c # Fredrik Lundh's new regular expressions
|
||||||
|
|
||||||
# The SGI specific GL module:
|
# The SGI specific GL module:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue