[issue38098] Special Characters Don't Work When Using Virtual Environment

Eryk Sun report at bugs.python.org
Fri Sep 13 13:06:07 EDT 2019


Eryk Sun <eryksun at gmail.com> added the comment:

> pyreadline (2.1)

The problem is pyreadline. It uses a low-level console read, but it fails to account for the Alt+Numpad sequence of input records that the console uses for non-OEM characters. IIRC, the Unicode character is only sent in the final input record of the sequence.

----------
nosy: +eryksun
resolution:  -> third party
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list