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 xxm
Recipients ezio.melotti, vstinner, xxm
Date 2020-11-08.05:51:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604814710.97.0.934662336836.issue42290@roundup.psfhosted.org>
In-reply-to
Content
When printing an assignment expression with unicode ܯ ( \U+072F)  on the command line, we get an unexpected result.
Example A:
>>> print(chr(1839)+" = 1")
ܯ = 1

Similar problems exist in plenty of characters of unicode.
History
Date User Action Args
2020-11-08 05:51:51xxmsetrecipients: + xxm, vstinner, ezio.melotti
2020-11-08 05:51:50xxmsetmessageid: <1604814710.97.0.934662336836.issue42290@roundup.psfhosted.org>
2020-11-08 05:51:50xxmlinkissue42290 messages
2020-11-08 05:51:50xxmcreate