New submission from Christian Heimes: Todo:
im_self -> __self__ im_func -> __func__ im_class -> __self__.__class__ instancemethod(func, self, cls) -> instancemethod(func, self) ---------- assignee: collinwinter components: 2to3 (2.x to 3.0 conversion tool) keywords: py3k messages: 57870 nosy: collinwinter, tiran severity: normal status: open title: Add 2to3 fixer for (un)bound methods versions: Python 3.0 __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1504> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com