[issue1344] subprocess.communication doc could use clarification

2007-11-24 Thread Georg Brandl
Georg Brandl added the comment: Thanks, this is now documented (r59164). -- nosy: +georg.brandl status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1344 __

[issue1344] subprocess.communication doc could use clarification

2007-10-27 Thread Dean Sturtevant
New submission from Dean Sturtevant: It would be helpful for the documentation for subprocess.communicate to point out that when Popening a process, stdin=PIPE needs to be set if the input parameter to communicate is to have any meaning. Similary, stdout=PIPE and stderr=PIPE need to be set in