[issue2999] Py30a5: str.replace() tiny doc error

2008-05-30 Thread Georg Brandl
Georg Brandl [EMAIL PROTECTED] added the comment: Thanks, fixed in r63808. -- resolution: - fixed status: open - closed ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue2999 ___

[issue2999] Py30a5: str.replace() tiny doc error

2008-05-30 Thread Georg Brandl
Georg Brandl [EMAIL PROTECTED] added the comment: Fixed all return types in docstrings of str, bytes, bytearray in r63809. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue2999 ___

[issue2999] Py30a5: str.replace() tiny doc error

2008-05-29 Thread Mark Summerfield
New submission from Mark Summerfield [EMAIL PROTECTED]: help(str.replace) Help on method_descriptor: replace(...) S.replace (old, new[, maxsplit]) - unicode Return a copy of S with all occurrences of substring old replaced by new. If the optional argument maxsplit is