[New-bugs-announce] [issue33692] Chinese characters issue with input() function

Valentin Zhao report at bugs.python.org
Wed May 30 05:36:41 EDT 2018


New submission from Valentin Zhao <jmsqzzl at gmail.com>:

DIRECTLY run(i.e., python xxx/xxx/input_test.py) the file below and input other Chinese characters, then press backspace to delete them. You will find that you cannot delete them all, and even the cursor in the terminal misplaces and overlaps with the characters.

This issue is only reproduced under Mac OS X, everything is fine with Windows.

----------
components: 2to3 (2.x to 3.x conversion tool)
files: input_test.py
messages: 318160
nosy: Valentin Zhao
priority: normal
severity: normal
status: open
title: Chinese characters issue with input() function
type: behavior
versions: Python 3.6
Added file: https://bugs.python.org/file47623/input_test.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33692>
_______________________________________


More information about the New-bugs-announce mailing list