[issue16892] Windows bug picking up stdin from a pipe

2018-09-03 Thread Zachary Ware
Zachary Ware added the comment: Eryk's diagnosis sounds like this is not a bug in Python or something that Python needs to or even should fix. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker

[issue16892] Windows bug picking up stdin from a pipe

2014-07-17 Thread eryksun
eryksun added the comment: Doskey is a command-line interface for a subset of the Win32 console API. Macros are implemented as console input aliases by calling AddConsoleAlias. http://msdn.microsoft.com/en-us/library/ms681935 You can load macros from a text file that defines aliases for

[issue16892] Windows bug picking up stdin from a pipe

2014-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: @Robert we're sorry about the delay in getting back to you. Sorry Windows gurus this is over my head :( -- nosy: +BreamoreBoy, steve.dower, tim.golden, zach.ware ___ Python tracker rep...@bugs.python.org

[issue16892] Windows bug picking up stdin from a pipe

2013-01-08 Thread Robert Oeffner
New submission from Robert Oeffner: Hi, This is a bug that seems to exist on python 2.7, python 3.3 on Windows versions XP, Vista, 7 and 8 and has been around for some years, presumably also in other python versions. It is only recently I have managed to better isolate it although not