Eryk Sun <eryk...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue38098>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to