[docs] [issue25435] Wrong function calls and referring to not removed concepts in descriptor HowTo (documentation)

Eryk Sun report at bugs.python.org
Fri Jul 8 19:01:12 EDT 2016


Eryk Sun added the comment:

I'm surprised it's not documented for the types module:

https://docs.python.org/3.5/library/types.html#types.MethodType

At least the docstring has the parameters:

    >>> print(types.MethodType.__doc__)
    method(function, instance)
    
    Create a bound instance method object.

----------
nosy: +eryksun

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25435>
_______________________________________


More information about the docs mailing list