]> granicus.if.org Git - python/commit
Issue #28217: Adds _testconsole module to test console input. Fixes some issues found...
authorSteve Dower <steve.dower@microsoft.com>
Mon, 3 Oct 2016 16:04:58 +0000 (09:04 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Mon, 3 Oct 2016 16:04:58 +0000 (09:04 -0700)
commit312cef7452dcc8bb97ca6b20999d5db567406692
treee3f305b6012ccfffa5ed6ea4895eabee6bd99c7b
parent7fe091df42e25db5b6c7d955bffd0ff8db053f1f
Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests.
Lib/test/test_winconsoleio.py
Misc/NEWS
Modules/_io/_iomodule.h
Modules/_io/winconsoleio.c
PC/_testconsole.c [new file with mode: 0644]
PC/clinic/_testconsole.c.h [new file with mode: 0644]
PCbuild/_testconsole.vcxproj [new file with mode: 0644]
PCbuild/_testconsole.vcxproj.filters [new file with mode: 0644]
PCbuild/pcbuild.proj
PCbuild/pcbuild.sln
Tools/msi/test/test_files.wxs