[Python-Dev] slightly misleading Popen.poll() docs

Chris Withers chris at python.org
Wed Jan 23 00:23:58 CET 2013


On 05/12/2012 17:15, Steven D'Aprano wrote:
> """
> Check if child process has terminated. Returns None while the child is
> still running,
> any non-None value means that the child has terminated. In either case,
> the return
> value is also available from the instance's returncode attribute.
> """

Do you want to make the commit or shall I?

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
             - http://www.simplistix.co.uk


More information about the Python-Dev mailing list