]> granicus.if.org Git - python/commit
Implement another useful feature for proxies: in super(X, x), x may
authorGuido van Rossum <guido@python.org>
Wed, 12 Feb 2003 03:58:38 +0000 (03:58 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 12 Feb 2003 03:58:38 +0000 (03:58 +0000)
commita89d10edc94b3c1c62a6920d4b6b8219675f36da
tree4b614ef1cd6bc73f36397b8e3320f0f70f412ee7
parente5b130bcdb491b7d4af7cd4c9cf82ebf6ba5fc63
Implement another useful feature for proxies: in super(X, x), x may
now be a proxy for an X instance, as long as issubclass(x.__class__, X).
Lib/test/test_descr.py
Misc/NEWS
Objects/typeobject.c