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 taleinat
Recipients ezio.melotti, ned.deily, serhiy.storchaka, taleinat, terry.reedy
Date 2019-10-02.18:52:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570042374.73.0.610315182816.issue13153@roundup.psfhosted.org>
In-reply-to
Content
Serhiy, this looks like a great step in the right direction!

Tested on Win10 with PR GH-16545 (commit f4db0e7e00). Here is a copy/paste from an IDLE shell session:

>>> '\N{PERSONAL COMPUTER}'
'💻'
>>> print('💻')
SyntaxError: 'utf-8' codec can't encode characters in position 7-12: surrogates not allowed

Note that in the first output, the second and third chars in the string aren't visible in IDLE; i.e. what is actually displayed is 'ð»'.
History
Date User Action Args
2019-10-02 18:52:54taleinatsetrecipients: + taleinat, terry.reedy, ned.deily, ezio.melotti, serhiy.storchaka
2019-10-02 18:52:54taleinatsetmessageid: <1570042374.73.0.610315182816.issue13153@roundup.psfhosted.org>
2019-10-02 18:52:54taleinatlinkissue13153 messages
2019-10-02 18:52:54taleinatcreate