Added the _sre module. It is always on.

This commit is contained in:
Guido van Rossum 2000-03-31 15:01:27 +00:00
parent b700df9824
commit e56793557c
1 changed files with 1 additions and 0 deletions

View File

@ -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: