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

Antoine Pitrou solipsis at pitrou.net
Mon Mar 14 17:36:29 CET 2011


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.

Regards

Antoine.




More information about the Python-Dev mailing list