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, ned.deily, ronaldoussoren, serhiy.storchaka, terry.reedy, vstinner
Date 2020-11-01.13:53:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604238832.71.0.44321172108.issue42225@roundup.psfhosted.org>
In-reply-to
Content
Hum, I didn't explain well. My test. I ran:

./python -m idlelib

In the IDLE shell, I wrote chr(0x1F604) which displays the emoji as expected:

>>> chr(0x1F604)
'😄'
History
Date User Action Args
2020-11-01 13:53:52vstinnersetrecipients: + vstinner, terry.reedy, ronaldoussoren, ned.deily, ezio.melotti, serhiy.storchaka
2020-11-01 13:53:52vstinnersetmessageid: <1604238832.71.0.44321172108.issue42225@roundup.psfhosted.org>
2020-11-01 13:53:52vstinnerlinkissue42225 messages
2020-11-01 13:53:52vstinnercreate