[Python-Dev] cpython: Add a 'timeout' argument to subprocess.Popen.

Reid Kleckner reid.kleckner at gmail.com
Mon Mar 14 19:17:35 CET 2011


On Mon, Mar 14, 2011 at 12:36 PM, Antoine Pitrou <solipsis at pitrou.net> wrote:
> On Mon, 14 Mar 2011 17:16:11 +0100
> reid.kleckner <python-checkins at python.org> wrote:
>> @@ -265,34 +271,43 @@
>>        generates enough output to a pipe such that it blocks waiting
>>        for the OS pipe buffer to accept more data.
>>
>> +   .. versionchanged:: 3.2
>> +      *timeout* was added.
>
> Unless you plan to borrow someone's time machine, this should probably
> be 3.3.

Fixed soon after in http://hg.python.org/cpython/rev/72e49cb7fcf5 .

Reid


More information about the Python-Dev mailing list