From: Ezio Melotti Date: Tue, 19 Apr 2011 20:24:32 +0000 (+0300) Subject: Merge with 3.2. X-Git-Tag: v3.3.0a1~2553 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4571ee0b781e569612d04572050792faa66f02af;p=python Merge with 3.2. --- 4571ee0b781e569612d04572050792faa66f02af diff --cc Doc/library/subprocess.rst index 3faf60fa75,5677738456..ab5668caf5 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@@ -255,10 -244,10 +255,10 @@@ This module defines one class called :c Convenience Functions ^^^^^^^^^^^^^^^^^^^^^ - This module also defines four shortcut functions: + This module also defines the following shortcut functions: -.. function:: call(*popenargs, **kwargs) +.. function:: call(*popenargs, timeout=None, **kwargs) Run command with arguments. Wait for command to complete, then return the :attr:`returncode` attribute.