This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-09-20.17:44:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474393467.21.0.584094770072.issue28217@psf.upfronthosting.co.za>
In-reply-to
Content
We can test the interactive console by opening new console buffers (CONIN$ and CONOUT$) in the test process, then creating a subprocess with those set as the standard handles. Now we can use WriteConsoleInput from the test process to simulate the user typing at the console.

This would be useful for verifying that Unicode support works properly and that the interactive mode behaves correctly.
History
Date User Action Args
2016-09-20 17:44:27steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2016-09-20 17:44:27steve.dowersetmessageid: <1474393467.21.0.584094770072.issue28217@psf.upfronthosting.co.za>
2016-09-20 17:44:27steve.dowerlinkissue28217 messages
2016-09-20 17:44:27steve.dowercreate