[issue7177] Unclear warning for subprocess.call

2009-12-02 Thread Philip Jenvey
Philip Jenvey added the comment: Improved in r76640 / r76641 to explicitly mention this applies to stdout/err=PIPE -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue7177] Unclear warning for subprocess.call

2009-10-21 Thread Georg Brandl
Georg Brandl added the comment: Assigning to Philip who added the warning. -- assignee: georg.brandl -> pjenvey nosy: +pjenvey ___ Python tracker ___

[issue7177] Unclear warning for subprocess.call

2009-10-20 Thread Christopher Jefferson
New submission from Christopher Jefferson : I wandered across subprocess.call as it was mentioned as a replacement for os.system. The following large warning is attached to it: Warning Like Popen.wait(), this will deadlock if the child process generates enough output to a stdout or stderr pi