New submission from Xinmeng Xia <xi...@smail.nju.edu.cn>:

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.

----------
components: Unicode
messages: 380534
nosy: ezio.melotti, vstinner, xxm
priority: normal
severity: normal
status: open
title: Unicode inconsistent display after concencated
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42290>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to