[issue1602] windows console doesn't print or input Unicode

Steve Dower report at bugs.python.org
Wed Sep 7 19:08:19 EDT 2016


Steve Dower added the comment:

I can't actually come up with many useful tests for this... so far I can validate that we can open the console IO object from 0, 1, 2, "CON", "CONIN$" and "CONOUT$", get fileno(), check readable()/writable() and close (multiple times without crashing).

Anything else requires a real console with a real person with a real keyboard.

But I fixed a couple of issues in fd handling as a result of the tests, so it's not a complete waste.

----------
Added file: http://bugs.python.org/file44452/1602_6.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1602>
_______________________________________


More information about the Python-bugs-list mailing list