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, marczellm, ncoghlan, pitrou, tim.golden, zach.ware
Date 2014-05-11.05:21:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399785677.34.0.886535861517.issue21425@psf.upfronthosting.co.za>
In-reply-to
Content
The patch fixes `python 2>&1 | cat.exe` for me on Windows, where cat.exe is from GnuWin32. The tests also pass. It looks like failing would entail hanging until a timeout.
History
Date User Action Args
2014-05-11 05:21:17eryksunsetrecipients: + eryksun, ncoghlan, pitrou, tim.golden, zach.ware, marczellm
2014-05-11 05:21:17eryksunsetmessageid: <1399785677.34.0.886535861517.issue21425@psf.upfronthosting.co.za>
2014-05-11 05:21:17eryksunlinkissue21425 messages
2014-05-11 05:21:16eryksuncreate