]> granicus.if.org Git - python/commit
Well darnit! The innocuous fix I made to PyObject_Print() caused
authorGuido van Rossum <guido@python.org>
Mon, 30 Apr 2001 14:39:18 +0000 (14:39 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 30 Apr 2001 14:39:18 +0000 (14:39 +0000)
commit82c690f11ac93f5a3055f614ddd7f1cd29793136
tree3cce5dfc79bfeeb00f2d174b2bbb7bb812b1720e
parentcab3f68f612a7f088bed4005b335078a913b7b0f
Well darnit!  The innocuous fix I made to PyObject_Print() caused
printing of instances not to look for __str__().  Fix this.
Objects/classobject.c