mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
bpo-31065: Add doc about Popen.poll returning None. (#3169)
This commit is contained in:
parent
265fcc5fc2
commit
006617ff7d
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ Instances of the :class:`Popen` class have the following methods:
|
||||||
.. method:: Popen.poll()
|
.. method:: Popen.poll()
|
||||||
|
|
||||||
Check if child process has terminated. Set and return
|
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)
|
.. method:: Popen.wait(timeout=None)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue