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 ezio.melotti
Recipients chris.jerdonek, doerwalter, eric.smith, ezio.melotti, flox, gkcn, pablomouzo, s0undt3ch, vstinner
Date 2012-12-30.18:45:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356893116.37.0.0619403390004.issue7300@psf.upfronthosting.co.za>
In-reply-to
Content
2.6 only gets security fixes.

> My patch converts the format string to unicode using the default 
> encoding. It's inconsistent with str%args: str%args converts str to 
> unicode using the ASCII charset (if a least one argument is an unicode 
> string), not the default encoding.

I think it's better to be consistent and use ASCII.
History
Date User Action Args
2012-12-30 18:45:16ezio.melottisetrecipients: + ezio.melotti, doerwalter, vstinner, eric.smith, pablomouzo, flox, chris.jerdonek, gkcn, s0undt3ch
2012-12-30 18:45:16ezio.melottisetmessageid: <1356893116.37.0.0619403390004.issue7300@psf.upfronthosting.co.za>
2012-12-30 18:45:16ezio.melottilinkissue7300 messages
2012-12-30 18:45:16ezio.melotticreate