template.py
8.36 KB
-
Tightened up code in Template._render(). · 369faa88
* Used re.split() instead of re.search() to avoid string slicing. * Used "".join() once instead of concatenating strings. * Removed the need for repeating logic on loop exit (i.e. an additional application of self._render_tags(template) and output += ...).
Chris Jerdonek committed