]> granicus.if.org Git - python/commit
Fix the baffler that Tim reported: sometimes the repr() of an object
authorGuido van Rossum <guido@python.org>
Mon, 24 Sep 2001 16:03:59 +0000 (16:03 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 24 Sep 2001 16:03:59 +0000 (16:03 +0000)
commitff0e6d6ef542b5b4f3c31786aa152cec68598d4f
tree69a9517a7f7d6616a1c24d719f6a974daf1d00f2
parentf244b2e47c3d8b60c03225916cb6f80db8b81d57
Fix the baffler that Tim reported: sometimes the repr() of an object
looks like <X object at ...>, sometimes it says <X instance at ...>.
Make this uniformly say <X object at ...>.
Lib/test/test_descr.py
Objects/typeobject.c