]> granicus.if.org Git - python/commit
Added Fredrik Lundh's sre module and its supporting cast.
authorGuido van Rossum <guido@python.org>
Fri, 31 Mar 2000 14:58:54 +0000 (14:58 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 31 Mar 2000 14:58:54 +0000 (14:58 +0000)
commit7627c0de6968471996ce05aab200115d56efa1d5
tree9c4191aa38d9b7428d11c1b6267b95e5add41afa
parent7a5b796322e2bf58fa8afe78bbaccfcc9492d178
Added Fredrik Lundh's sre module and its supporting cast.

NOTE: THIS IS VERY ROUGH ALPHA CODE!
Lib/sre.py [new file with mode: 0644]
Lib/sre_compile.py [new file with mode: 0644]
Lib/sre_constants.py [new file with mode: 0644]
Lib/sre_parse.py [new file with mode: 0644]