]> granicus.if.org Git - python/commit
Issue 9732: fetch the method resolution order from the type metaclass directly in...
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 20 Nov 2010 16:40:44 +0000 (16:40 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 20 Nov 2010 16:40:44 +0000 (16:40 +0000)
commite516265bbc75e4bb7fc2ab6eaeb7ad3aef86a938
tree0436a95d2a4ca7b01c238eb6df780798388321df
parent6bb9989ae38cd2610e661d6e8899ef58dd9562e3
Issue 9732: fetch the method resolution order from the type metaclass directly in getattr_static
Doc/library/inspect.rst
Lib/inspect.py
Lib/test/test_inspect.py