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 r.david.murray
Recipients r.david.murray, snaphat, steve.dower, tim.golden, zach.ware
Date 2014-10-19.20:39:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413751193.39.0.373283509249.issue22673@psf.upfronthosting.co.za>
In-reply-to
Content
This is Windows specific, right?

From a quick google is not clear that CONOUT$ *should* point 1, since it supposed to get at the console regardless of whether there has been any redirection.  Certainly, relying on it doing so would seem to be problematic.  What does PERL return if stdout is redirected, and where does the output go in that case?

The io module does not use the c IO library, unlike the default open in python2 (the io module is the default in python3), so the behavior may also be different in the two cases.
History
Date User Action Args
2014-10-19 20:39:53r.david.murraysetrecipients: + r.david.murray, tim.golden, zach.ware, steve.dower, snaphat
2014-10-19 20:39:53r.david.murraysetmessageid: <1413751193.39.0.373283509249.issue22673@psf.upfronthosting.co.za>
2014-10-19 20:39:53r.david.murraylinkissue22673 messages
2014-10-19 20:39:53r.david.murraycreate