]> granicus.if.org Git - python/commit
[ Bug #116174 ] using %% in cstrings sometimes fails with unicode paramsFix for the...
authorMarc-André Lemburg <mal@egenix.com>
Sat, 7 Oct 2000 08:54:09 +0000 (08:54 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Sat, 7 Oct 2000 08:54:09 +0000 (08:54 +0000)
commit53f3d4ac74455e98e372af9dc7d29afd7b420644
treec7fc032e0c7b255b05b129aa7ebeb2244cf638a3
parentb96d80201cd6b3296cdbc04932843df1c3db6c78
[ Bug #116174 ] using %% in cstrings sometimes fails with unicode paramsFix for the bug reported in Bug #116174: "%% %s" % u"abc" failed due
to the way string formatting delegated work to the Unicode formatting
function.
Objects/stringobject.c