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 eryksun
Recipients eryksun, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2017-01-31.12:23:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485865403.46.0.462097289519.issue28164@psf.upfronthosting.co.za>
In-reply-to
Content
I added some tests to ensure open() returns an instance of _WindowsConsoleIO for a few console paths. It also checks that opening a non-console file raises a ValueError, both for a path and an fd, as well for a negative file descriptor.
History
Date User Action Args
2017-01-31 12:23:23eryksunsetrecipients: + eryksun, paul.moore, tim.golden, python-dev, zach.ware, steve.dower
2017-01-31 12:23:23eryksunsetmessageid: <1485865403.46.0.462097289519.issue28164@psf.upfronthosting.co.za>
2017-01-31 12:23:23eryksunlinkissue28164 messages
2017-01-31 12:23:23eryksuncreate