Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I know this is only a temporary stop-gap measure, but the match() and | Guido van Rossum | 2000-05-02 | 1 | -2/+1 |
| | | | | | | search() functions didn't even work because _fixflags() isn't idempotent. I'm adding another stop-gap measure so that you can at least use sre.search() and sre.match() with a zero flags arg. | ||||
* | Added Fredrik Lundh's sre module and its supporting cast. | Guido van Rossum | 2000-03-31 | 1 | -0/+46 |
NOTE: THIS IS VERY ROUGH ALPHA CODE! |