]> granicus.if.org Git - python/commit
Give 'super' a decent repr(), and readonly attributes to access the
authorGuido van Rossum <guido@python.org>
Thu, 30 Aug 2001 23:13:11 +0000 (23:13 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 30 Aug 2001 23:13:11 +0000 (23:13 +0000)
commit41eb14dffab5c5b559028f062d209b5cde8224f4
tree0d201bcddca6541f757033177dc0d310590150b8
parent7561d9ead92250c19673bbe8119257dffbc0fbee
Give 'super' a decent repr(), and readonly attributes to access the
type and obj properties.  The "bogus super object" message is gone --
this will now just raise an AttributeError.
Objects/typeobject.c