Armin Ronacher <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2899>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to