]> granicus.if.org Git - python/commit
Change the default repr() and str() of class instance objects to look
authorGuido van Rossum <guido@python.org>
Wed, 3 Dec 1997 00:06:02 +0000 (00:06 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 3 Dec 1997 00:06:02 +0000 (00:06 +0000)
commitb7f1afe4a84c6ca6ecb3005e1ba3ef801a0257e7
treef37af6a0a6075ca342f1e0aac9f3e6218dbe0b5d
parent5c38bf6c62eb9590fb0616120e51aeac220bfc0a
Change the default repr() and str() of class instance objects to look
like <modulename.classname instance at ...> (to match the repr() of
class objects.
Objects/classobject.c