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 pitrou
Recipients ezio.melotti, mark.dickinson, meador.inge, miwa, pitrou, serhiy.storchaka, vajrasky
Date 2013-09-30.18:40:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380566439.64.0.124979110907.issue19099@psf.upfronthosting.co.za>
In-reply-to
Content
Either way, the runtime inconsistency is a bug. Since we shouldn't break existing code, I would vote for always allowing unicode format strings, rather than always disallowing them.

Another argument is that str and unicode are generally substituible in 2.x when they are pure ASCII (which they are here).
History
Date User Action Args
2013-09-30 18:40:39pitrousetrecipients: + pitrou, mark.dickinson, ezio.melotti, miwa, meador.inge, serhiy.storchaka, vajrasky
2013-09-30 18:40:39pitrousetmessageid: <1380566439.64.0.124979110907.issue19099@psf.upfronthosting.co.za>
2013-09-30 18:40:39pitroulinkissue19099 messages
2013-09-30 18:40:39pitroucreate