• Guido van Rossum's avatar
    Marc-Andre Lemburg: · 9706486b
    Guido van Rossum yazdı
    * '...%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.
    9706486b
test_unicode.py 14.5 KB