[issue2899] Fixers find, rfind, etc in 'string' module

Armin Ronacher report at bugs.python.org
Mon Dec 8 18:01:49 CET 2008


Armin Ronacher <armin.ronacher at active-4.com> added the comment:

2to3 could handle it, but it would be a lot of work for something
unnecessary.  You can use "s.replace(a, b)" instead of string.replace(s,
a, b) since at least 2.0.

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


More information about the Python-bugs-list mailing list