]> granicus.if.org Git - python/commit
an SRE bugfix a day keeps Guido away...
authorFredrik Lundh <fredrik@pythonware.com>
Tue, 18 Sep 2001 18:47:09 +0000 (18:47 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Tue, 18 Sep 2001 18:47:09 +0000 (18:47 +0000)
commit21009b9c6fc40b25fcb30ee60d6108f235733e40
tree47c8d39976e3538852a97d33ca57a9a93e6585a8
parent18d8d5a708dda187e1ff733f955920d7d5723446
an SRE bugfix a day keeps Guido away...

#462270: sub-tle difference between pre.sub and sre.sub.  PRE ignored
an empty match at the previous location, SRE didn't.

also synced with Secret Labs "sreopen" codebase.
Lib/sre.py
Lib/test/test_sre.py
Modules/_sre.c