[issue12031] subprocess module does not accept file twice

2011-05-08 Thread Charles-François Natali
Charles-François Natali added the comment: It's a duplicate of issue #11432: http://bugs.python.org/issue11432 -- nosy: +neologix resolution: -> out of date status: open -> closed superseder: -> webbrowser.open on unix fails. ___ Python tracker

[issue12031] subprocess module does not accept file twice

2011-05-08 Thread Catalin Iacob
Catalin Iacob added the comment: I can reproduce this on 3.2 final but not on the tip of the 3.2 branch so it seems to have been fixed. -- nosy: +catalin.iacob ___ Python tracker _

[issue12031] subprocess module does not accept file twice

2011-05-08 Thread marko kreen
New submission from marko kreen : I want to pass /dev/null as stdin and stderr. This works from python 2.4 .. 3.2a3 It fails in final 3.2 with 'Bad file descriptor': Traceback (most recent call last): File "test.py", line 11, in Popen(['cat', 'file.txt'], stdout = PIPE, stdin = _in, std