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 lemburg
Recipients amaury.forgeotdarc, doerwalter, eric.smith, ezio.melotti, flox, lemburg, vstinner
Date 2010-02-24.21:40:13
SpamBayes Score 0.0017699709
Marked as misclassified No
Message-id <4B859CBB.90405@egenix.com>
In-reply-to <1267037236.21.0.609156673557.issue7649@psf.upfronthosting.co.za>
Content
Ezio Melotti wrote:
> Just to clarify:
> "u'%c' % some_int" should behave like unichr(some_int);
> "u'%c' % some_chr" should behave like "u'%s' % some_chr".

That's correct.

I guess that in practice "u'%c' % some_chr" is not all that common.
Otherwise, the fact that it doesn't raise an error if some_chr
is not compatible to the default encoding would have been noticed
earlier on.
History
Date User Action Args
2010-02-24 21:40:16lemburgsetrecipients: + lemburg, doerwalter, amaury.forgeotdarc, vstinner, eric.smith, ezio.melotti, flox
2010-02-24 21:40:13lemburglinkissue7649 messages
2010-02-24 21:40:13lemburgcreate