commit | 6de22ef6778c31b3bb06bd05c29207ac0aa86196 | [log] [tgz] |
---|---|---|
author | Fredrik Lundh <fredrik@pythonware.com> | Mon Oct 22 21:18:08 2001 +0000 |
committer | Fredrik Lundh <fredrik@pythonware.com> | Mon Oct 22 21:18:08 2001 +0000 |
tree | 10dd2d3cc27bfca1580dfda900332fcf49402896 | |
parent | d05e051aa7a43e23b214b43cb83e335d12ab3f39 [diff] |
another major speedup: let sre.sub/subn check for escapes in the template string, and don't call the template compiler if we can avoid it.