]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
authorSteve Dower <steve.dower@microsoft.com>
Wed, 31 Aug 2016 04:22:36 +0000 (21:22 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Wed, 31 Aug 2016 04:22:36 +0000 (21:22 -0700)
commit3929499914d47365ae744df312e16da8955c90ac
tree05b723ba49e1767624ffbe932708bccb681dd702
parentb957b0c2bc467fbf16fbe5ceaf5a289bc62a5442
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Closes #17602: Adds a readline implementation for the Windows console
16 files changed:
Doc/library/functions.rst
Doc/using/cmdline.rst
Doc/whatsnew/3.6.rst
Include/pydebug.h
Lib/io.py
Lib/test/test_os.py
Lib/test/test_winconsoleio.py [new file with mode: 0644]
Misc/NEWS
Modules/_io/_iomodule.c
Modules/_io/_iomodule.h
Modules/_io/clinic/winconsoleio.c.h [new file with mode: 0644]
Modules/_io/winconsoleio.c [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Parser/myreadline.c
Python/pylifecycle.c