[Python-Dev] cpython: Add a 'timeout' argument to subprocess.Popen.
Antoine Pitrou
solipsis at pitrou.net
Mon Mar 14 17:36:29 CET 2011
More information about the Python-Dev mailing list
Mon Mar 14 17:36:29 CET 2011
- Previous message: [Python-Dev] imaplib: Time2Internaldate() returns localized strings
- Next message: [Python-Dev] cpython: Add a 'timeout' argument to subprocess.Popen.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] imaplib: Time2Internaldate() returns localized strings
- Next message: [Python-Dev] cpython: Add a 'timeout' argument to subprocess.Popen.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list