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

Added the _sre module. It is always on.

parent b700df98
......@@ -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:
......
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