**Migrated issue, originally created by Anonymous** from mako.template import Template t = Template("#*") r = t.render() print r r is "*". this is a bug?
Migrated issue, originally created by Anonymous
from mako.template import Template
t = Template("#*")
r = t.render()
print r
r is "*".
this is a bug?