This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Aleksey.Sivokon, chris.jerdonek, eric.smith, r.david.murray
Date 2012-09-16.14:55:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347807313.88.0.71735185148.issue15951@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-09-16 14:55:13r.david.murraysetrecipients: + r.david.murray, eric.smith, chris.jerdonek, Aleksey.Sivokon
2012-09-16 14:55:13r.david.murraysetmessageid: <1347807313.88.0.71735185148.issue15951@psf.upfronthosting.co.za>
2012-09-16 14:55:13r.david.murraylinkissue15951 messages
2012-09-16 14:55:13r.david.murraycreate