[issue1546442] subprocess.Popen can't read file object as stdin after seek

2010-08-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: In the absence of a doc patch, I am following Daniel's suggestion to close this. -- nosy: +terry.reedy resolution: -> later status: open -> closed versions: +Python 3.2 -Python 2.6 ___ Python tracker

[issue1546442] subprocess.Popen can't read file object as stdin after seek

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Not a bug, leaving open for the doc RFE (but suggest closing anyway). -- components: +Documentation -Library (Lib) nosy: +ajaksu2 priority: normal -> low type: -> feature request versions: +Python 2.6 -Python 2.4 ___