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 eryksun
Recipients eryksun, ezio.melotti, glGarg, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-09-13.17:06:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568394367.71.0.0759969139887.issue38098@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2019-09-13 17:06:07eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, steve.dower, glGarg
2019-09-13 17:06:07eryksunsetmessageid: <1568394367.71.0.0759969139887.issue38098@roundup.psfhosted.org>
2019-09-13 17:06:07eryksunlinkissue38098 messages
2019-09-13 17:06:07eryksuncreate