]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
str.replace() avoids memory when it's possible
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 6 Oct 2011 10:31:55 +0000 (12:31 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 6 Oct 2011 10:31:55 +0000 (12:31 +0200)
commit25a4b29c95fd5dddbfef985c7fd7b26417a4b87b
tree39b59538bc66ca2691e0fbe1ef92d458cca56d64
parent56c161ab00bc1fe3fbac6777576105770d024581
str.replace() avoids memory when it's possible
Objects/unicodeobject.c