]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
str.replace(a, a) is now returning str unchanged if a is a
authorVictor Stinner <vstinner@wyplay.com>
Fri, 7 Oct 2011 08:01:28 +0000 (10:01 +0200)
committerVictor Stinner <vstinner@wyplay.com>
Fri, 7 Oct 2011 08:01:28 +0000 (10:01 +0200)
commit59de0ee9e087a819a0a63b31c1391c6eee55b8ef
treea460b0d2c099e04b6dbc661c90227fe3daa30d3d
parent72ca65dce4529906b64710e94a3c004f9cc2712f
str.replace(a, a) is now returning str unchanged if a is a
Lib/test/test_unicode.py
Objects/unicodeobject.c