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 loewis
Recipients asvetlov, ezio.melotti, loewis, pitrou, roger.serwy, serhiy.storchaka, vstinner
Date 2012-04-16.12:45:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334580315.48.0.748874376191.issue14304@psf.upfronthosting.co.za>
In-reply-to
Content
This codec is one that is equal to UTF-8, but restricted to the BMP. For non-BMP character, the error handler is called. It will be the stdout codec for the IDLE interactive shell, causing non-BMP results to be ascii() escaped.
History
Date User Action Args
2012-04-16 12:45:15loewissetrecipients: + loewis, pitrou, vstinner, ezio.melotti, roger.serwy, asvetlov, serhiy.storchaka
2012-04-16 12:45:15loewissetmessageid: <1334580315.48.0.748874376191.issue14304@psf.upfronthosting.co.za>
2012-04-16 12:45:14loewislinkissue14304 messages
2012-04-16 12:45:14loewiscreate