Message287030
| 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. |
|