[New-bugs-announce] [issue11776] types.MethodType() params and usage is not documented

anatoly techtonik report at bugs.python.org
Tue Apr 5 22:53:25 CEST 2011


New submission from anatoly techtonik <techtonik at gmail.com>:

types.MethodType(function, instance) is used as a replacement for new.instancemethod(function, instance, class), but this usage is not documented.

----------
assignee: docs at python
components: Documentation
messages: 133089
nosy: docs at python, techtonik
priority: normal
severity: normal
status: open
title: types.MethodType() params and usage is not documented
versions: Python 3.2

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


More information about the New-bugs-announce mailing list