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 serhiy.storchaka
Recipients asvetlov, loewis, pitrou, roger.serwy, serhiy.storchaka
Date 2012-04-01.07:38:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333265928.34.0.251914421838.issue14304@psf.upfronthosting.co.za>
In-reply-to
Content
''.join(c if ord(c) < 0x10000 else escape(c) for c in s)
History
Date User Action Args
2012-04-01 07:38:48serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, pitrou, roger.serwy, asvetlov
2012-04-01 07:38:48serhiy.storchakasetmessageid: <1333265928.34.0.251914421838.issue14304@psf.upfronthosting.co.za>
2012-04-01 07:38:47serhiy.storchakalinkissue14304 messages
2012-04-01 07:38:47serhiy.storchakacreate