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 Drekin, eryksun, ezio.melotti, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2016-10-07.22:32:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475879574.69.0.283966666828.issue28333@psf.upfronthosting.co.za>
In-reply-to
Content
When I pointed this issue out in code reviews, I assumed you would add the relatively simple fix to decode the prompt and call WriteConsoleW. The long-term fix in issue 17620 has to be worked out with cross-platform support, and ISTM that it can wait for 3.7.

Off topic: I just noticed that you're not calling PyOS_InputHook in the new PyOS_StdioReadline code. Tkinter registers this function pointer to call its EventHook. Do you want a separate issue for this, or is there a reason its was omitted?
History
Date User Action Args
2016-10-07 22:32:54eryksunsetrecipients: + eryksun, terry.reedy, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, Drekin, steve.dower
2016-10-07 22:32:54eryksunsetmessageid: <1475879574.69.0.283966666828.issue28333@psf.upfronthosting.co.za>
2016-10-07 22:32:54eryksunlinkissue28333 messages
2016-10-07 22:32:54eryksuncreate