]> granicus.if.org Git - python/commit
fixed #449964: sre.sub raises an exception if the template contains a
authorFredrik Lundh <fredrik@pythonware.com>
Tue, 18 Sep 2001 20:55:24 +0000 (20:55 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Tue, 18 Sep 2001 20:55:24 +0000 (20:55 +0000)
commit59b68656f846973840953220c4780f3558b59fb8
tree6a91ff46e00681f594aa3c9280d268627d009cc5
parentab3b0343b89b4683148dadaf89728ee1198ebee5
fixed #449964: sre.sub raises an exception if the template contains a
\g<x> group reference followed by a character escape

(also restructured a few things on the way to fixing #449000)
Lib/sre.py
Lib/sre_parse.py
Lib/test/test_sre.py
Modules/_sre.c