[New-bugs-announce] [issue1504] Add 2to3 fixer for (un)bound methods

Christian Heimes report at bugs.python.org
Tue Nov 27 12:18:41 CET 2007


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 <report at bugs.python.org>
<http://bugs.python.org/issue1504>
__________________________________


More information about the New-bugs-announce mailing list