[issue1504] Add 2to3 fixer for (un)bound methods

Guido van Rossum report at bugs.python.org
Tue Nov 27 21:36:55 CET 2007


Guido van Rossum added the comment:

A fixer for new.instancemethod would be nice, though I doubt that there
will be many uses. We could also go a different way: since new.py has a
comment stating it is deprecated (in 2.5 already), perhaps we should
just kill in in 3.0 and add an explicit 3.0 warning to it in 2.6.  (This
is really part of the library reorg, but we might as well take care of
it now rather than making a temporary change to it.)

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1504>
__________________________________


More information about the Python-bugs-list mailing list