Commit afb691b7 authored by Guido van Rossum's avatar Guido van Rossum

Added the _sre module. It is always on.

parent a633b0ce
...@@ -93,6 +93,7 @@ regex regexmodule.c regexpr.c # Regular expressions, GNU Emacs style ...@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment