On Thu, Dec 6, 2012 at 4:55 AM, Antoine Pitrou <[email protected]> wrote:
> On Thu, 06 Dec 2012 04:15:08 +1100 > Steven D'Aprano <[email protected]> wrote: > > Possibly because it is 4am here, I had to read this three times to > understand it. > > How is this instead? > > > > """ > > 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. > > """ > > I like this wording. > Steven's proposed wording sounds good to me, too. Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia
_______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
