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 vstinner
Recipients ezio.melotti, lemburg, vstinner, wiml
Date 2012-09-06.11:06:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346929611.41.0.0277445887677.issue15866@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks to the PEP 393, this issue is already fixed in Python 3.3.

$ ./python 
Python 3.3.0rc1+ (default:ba2c1def3710+, Sep  3 2012, 23:20:25) 
[GCC 4.6.3 20120306 (Red Hat 4.6.3-2)] on linux
>>> ( u'\U0001f49d' ).encode('ascii', errors='xmlcharrefreplace')
b'&#128157;'
History
Date User Action Args
2012-09-06 11:06:51vstinnersetrecipients: + vstinner, lemburg, ezio.melotti, wiml
2012-09-06 11:06:51vstinnersetmessageid: <1346929611.41.0.0277445887677.issue15866@psf.upfronthosting.co.za>
2012-09-06 11:06:50vstinnerlinkissue15866 messages
2012-09-06 11:06:50vstinnercreate