-
Marius Wachtler authored
With this change we print True for: class C(object): pass print C.__str__ is object.__str__ Cheetah depends on this behaviour (see https://bitbucket.org/pypy/compatibility/wiki/cheetah)e5da6ef5
With this change we print True for:
class C(object):
pass
print C.__str__ is object.__str__
Cheetah depends on this behaviour (see https://bitbucket.org/pypy/compatibility/wiki/cheetah)