> You are right that __str__ is not correctly set on Cheetah templates, this > is because of this statement in Cheetah/Template.py: > concreteTemplateClass.__str__ is object.__str__ > A fix is to replace the "is" operator by "==". > This is correcly covered by the tests in Cheetah/Tests/Template.py (just run > this file with pypy)
Thanks. I'll make that change and send it back upstream to the Cheetah folks. Skip _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev