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
Showing
Please register or sign in to comment