]> granicus.if.org Git - python/commit
Marc-Andre Lemburg:
authorGuido van Rossum <guido@python.org>
Mon, 10 Apr 2000 13:52:48 +0000 (13:52 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Apr 2000 13:52:48 +0000 (13:52 +0000)
commit9706486b9fb8d25762095c855c3c2a976dcbf1d3
tree30c40a1a3db5c20fe03014760f7e63e03bcd043b
parent45ad3c48977110e1097efcf6332407deaf575c2e
Marc-Andre Lemburg:

* '...%s...' % u"abc" now coerces to Unicode just like
  string methods. Care is taken not to reevaluate already formatted
  arguments -- only the first Unicode object appearing in the
  argument mapping is looked up twice. Added test cases for
  this to test_unicode.py.
Lib/test/test_unicode.py