[pypy-dev] Cheetah on PyPy?

Skip Montanaro skip at pobox.com
Wed Feb 6 23:32:47 CET 2013


> 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


More information about the pypy-dev mailing list