[docs] [issue11776] types.MethodType() params and usage is not documented

anatoly techtonik report at bugs.python.org
Sat Apr 9 08:00:20 CEST 2011


anatoly techtonik <techtonik at gmail.com> added the comment:

Nevermind about #6040 - I just used the same technique to provide a workaround and then remembered I've seen this recipe on StackOverflow.

To me types is the right place, because that's exactly where are you sent from the docs of new module:

  Deprecated since version 2.6: The new module has been removed in Python 3.0. Use the types module’s classes instead.

http://docs.python.org/library/new.html

----------

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


More information about the docs mailing list