]> granicus.if.org Git - python/commit
Changed my mind on replace().
authorGuido van Rossum <guido@python.org>
Wed, 2 Apr 1997 05:49:46 +0000 (05:49 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 2 Apr 1997 05:49:46 +0000 (05:49 +0000)
commit21aa0ef35123da20d80a96b8d0237187269a77d0
treeb866e809c3e83f1716d24e66a076e2b02056f73c
parentaa925a5efdffea2858b7a878824f17573842bd96
Changed my mind on replace().
It's now replace(str, old, new, maxsplit=0).
Note new ordering of parameters (string first);
this is more consistent with translate().
Lib/string.py
Lib/stringold.py