Browse Source

bpo-31065: Add doc about Popen.poll returning None. (#3169)

pull/3236/head
Ivan Chernoff 9 years ago
committed by Gregory P. Smith
parent
commit
006617ff7d
  1. 2
      Doc/library/subprocess.rst

2
Doc/library/subprocess.rst

@ -584,7 +584,7 @@ Instances of the :class:`Popen` class have the following methods:
.. method:: Popen.poll()
Check if child process has terminated. Set and return
:attr:`~Popen.returncode` attribute.
:attr:`~Popen.returncode` attribute. Otherwise, returns ``None``.
.. method:: Popen.wait(timeout=None)

Loading…
Cancel
Save