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 Marko.Kohtala, eric.araujo, ghaering, petri.lehtinen, python-dev, r.david.murray, xapple
Date 2012-06-20.01:56:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340157397.24.0.337279855843.issue9750@psf.upfronthosting.co.za>
In-reply-to
Content
Note that the use of 'format' in the 2.7 patch caused a regression (% causes an implicit promotion to unicode, .format does not).  See issue 15109.
History
Date User Action Args
2012-06-20 01:56:37r.david.murraysetrecipients: + r.david.murray, ghaering, eric.araujo, Marko.Kohtala, python-dev, petri.lehtinen, xapple
2012-06-20 01:56:37r.david.murraysetmessageid: <1340157397.24.0.337279855843.issue9750@psf.upfronthosting.co.za>
2012-06-20 01:56:36r.david.murraylinkissue9750 messages
2012-06-20 01:56:36r.david.murraycreate