[Python-Dev] Turning on sre?

Andrew Kuchling akuchlin@mems-exchange.org
Sun, 18 Jun 2000 16:28:59 -0400


On Sun, Jun 18, 2000 at 03:47:22PM -0500, Guido van Rossum wrote:
>No time to look into this further, but it could be a bug in sre._subn().

It's a typo; fixed.  However, test_re then runs into the fact that
_expand(), which should expand escapes in the replacement string,
isn't implemented yet.

--amk