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> _______________________________________