[issue7177] Unclear warning for subprocess.call

2009-12-02 Thread Philip Jenvey
Philip Jenvey pjen...@underboss.org added the comment: Improved in r76640 / r76641 to explicitly mention this applies to stdout/err=PIPE -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org

[issue7177] Unclear warning for subprocess.call

2009-10-21 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Assigning to Philip who added the warning. -- assignee: georg.brandl - pjenvey nosy: +pjenvey ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7177

[issue7177] Unclear warning for subprocess.call

2009-10-20 Thread Christopher Jefferson
New submission from Christopher Jefferson ch...@bubblescope.net: 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