]> granicus.if.org Git - python/commit
Write a str() function for class objects that returns
authorGuido van Rossum <guido@python.org>
Mon, 20 Oct 1997 23:26:11 +0000 (23:26 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Oct 1997 23:26:11 +0000 (23:26 +0000)
commit4a2a621907679f74d2c8f255902f0565e997f333
treea7118158066ffb8df4ef5123737172af0ee1173b
parented1100f3b63c79cc3da075b5c23f3d4fe25270c5
Write a str() function for class objects that returns
"modulename.classname" instead of returning the same as repr().
Objects/classobject.c