Eryk Sun added the comment:

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?

----------
nosy: +eryksun

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28333>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to