]> granicus.if.org Git - python/commit
replace() uses unicode_fromascii() if the input and replace string is ASCII
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 5 Oct 2011 21:27:08 +0000 (23:27 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 5 Oct 2011 21:27:08 +0000 (23:27 +0200)
commitf48323e3b3336eeb787d94718464e527612ed0fb
tree092907ba247376123eb4ac788f4c41bda3dc715b
parent0617b6e18b84d854b0648e0893b62a893b7638fd
replace() uses unicode_fromascii() if the input and replace string is ASCII
Objects/unicodeobject.c