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 terry.reedy
Recipients doerwalter, eric.smith, ezio.melotti, francismb, terry.reedy, vstinner
Date 2014-05-01.01:18:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398907117.68.0.0229326414321.issue7267@psf.upfronthosting.co.za>
In-reply-to
Content
If the purpose of backporting .format was/is to help people writing forward-looking code, or now, to  write 2&3 code, then it should work like .format in 3.x, at lease when the format string is unicode.
History
Date User Action Args
2014-05-01 01:18:37terry.reedysetrecipients: + terry.reedy, doerwalter, vstinner, eric.smith, ezio.melotti, francismb
2014-05-01 01:18:37terry.reedysetmessageid: <1398907117.68.0.0229326414321.issue7267@psf.upfronthosting.co.za>
2014-05-01 01:18:37terry.reedylinkissue7267 messages
2014-05-01 01:18:37terry.reedycreate