Commit 006617ff authored by Ivan Chernoff's avatar Ivan Chernoff Committed by Gregory P. Smith

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

parent 265fcc5f
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment