SF 798269: bug fix for doctest (sf bug id: 798254
(Contributed by Alexander Belopolsky.)
Doctest would crash when encountering unbound methods:
class A:
def f(self): pass
class C(A):
g = A.f R
Raymond Hettinger committed
5f8b0b1fd4801b4808223077643c24d41130b81e
Parent: 5d2e777