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 amaury.forgeotdarc, doerwalter, eric.smith, ezio.melotti, flox, lemburg, vstinner
Date 2010-02-24.18:47:14
SpamBayes Score 8.618215e-05
Marked as misclassified No
Message-id <1267037236.21.0.609156673557.issue7649@psf.upfronthosting.co.za>
In-reply-to
Content
Just to clarify:
"u'%c' % some_int" should behave like unichr(some_int);
"u'%c' % some_chr" should behave like "u'%s' % some_chr".
History
Date User Action Args
2010-02-24 18:47:16ezio.melottisetrecipients: + ezio.melotti, lemburg, doerwalter, amaury.forgeotdarc, vstinner, eric.smith, flox
2010-02-24 18:47:16ezio.melottisetmessageid: <1267037236.21.0.609156673557.issue7649@psf.upfronthosting.co.za>
2010-02-24 18:47:14ezio.melottilinkissue7649 messages
2010-02-24 18:47:14ezio.melotticreate