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 eryksun, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2017-02-05.01:30:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486258216.13.0.937969608338.issue28164@psf.upfronthosting.co.za>
In-reply-to
Content
Okay, seems like Windows 7 GetFullPathName on conin$ and conout$ returns the path appended to the current directory, and you need to specify the full name as "conin$" or "conout$" to access the console - otherwise you have a file by that name.

We should include a comparison for these names exactly before using GetFullPathName.
History
Date User Action Args
2017-02-05 01:30:16steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, python-dev, zach.ware, eryksun
2017-02-05 01:30:16steve.dowersetmessageid: <1486258216.13.0.937969608338.issue28164@psf.upfronthosting.co.za>
2017-02-05 01:30:16steve.dowerlinkissue28164 messages
2017-02-05 01:30:15steve.dowercreate