[Python-Dev] SRE: regex.set_syntax

Andrew Kuchling akuchlin@mems-exchange.org
Sun, 9 Apr 2000 18:00:24 -0400 (EDT)


Fred L. Drake, Jr. writes:
>maintained code.  I would be surprised if Grail is the only large
>application which uses "regex" for performance reasons, and we don't

Zope is another, and there's even a ts_regex module hiding in Zope
which tries to provide thread-safety on top of regex.

--amk