New submission from David Majnemer :
str.replace("", "", "asdf", -1) returns "asdf", I believe this is not
correct and strictly speaking not up to the documentation posted. I am
of the opinion that it should function like str.replace("", &quo
David Majnemer added the comment:
Added version number of python.
--
versions: +Python 2.5
___
Python tracker
<http://bugs.python.org/issue5414>
___
___
Pytho
New submission from David Majnemer :
Note that binascii.a2b_uu("\0") returns
'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'.
This appears to be the same as binascii.a2b_uu() which is most like