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