[issue28029] Replace and empty strings

STINNER Victor report at bugs.python.org
Thu Sep 8 17:24:18 EDT 2016


STINNER Victor added the comment:

str.replace("", whatever) doesn't make sense. Why not raising an exception in this case?

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list