]> granicus.if.org Git - python/commitdiff
Added the _sre module. It is always on.
authorGuido van Rossum <guido@python.org>
Fri, 31 Mar 2000 15:01:27 +0000 (15:01 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Mar 2000 15:01:27 +0000 (15:01 +0000)
Modules/Setup.in

index 4fd92a2c6897f2e19865e7596d6f18c691abe3b0..447e74bc5ea4db63ed85c115046c3f85be8edf78 100644 (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: