New issue 2999: implement a PEP 528 windows console (io._WindowsConsoleIO)
https://bitbucket.org/pypy/pypy/issues/2999/implement-a-pep-528-windows-console

mattip:

CPython implemented a special io class to handle utf8 unicode in an interactive 
terminal for Python3.6. It was accompanied by PEP 528 
https://www.python.org/dev/peps/pep-0528/. PyPy does not have this. It is 
causing the [extra_tests 
step](http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4550/steps/shell_12/logs/stdio)
 on the buildbots to fail


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to