]> granicus.if.org Git - python/commit
Issue 9732: remove use of __class__ in inspect.getattr_static and note the mro except...
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 20 Nov 2010 16:20:16 +0000 (16:20 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 20 Nov 2010 16:20:16 +0000 (16:20 +0000)
commitcc7ebb8f69b84bc48ab2bcccf4f7a30f5e7479d2
treede155ac9a70ceeec0386984932c26ea0a37f6f68
parent45ec42615725d2c854f3cc04d73fb72017138d54
Issue 9732: remove use of __class__ in inspect.getattr_static and note the mro exception to code execution
Doc/library/inspect.rst
Lib/inspect.py
Lib/test/test_inspect.py