R. David Murray added the comment:

Format with unicode is a bit of a mess in 2.7.  It would be consistent with the 
rest of python2 for

  >>> f.format("{0}", u"a")
  u'a'

to be correct.

See also issue 7300 and issue 15276.

----------
nosy: +eric.smith, r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15951>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to