Kaydet (Commit) 006617ff authored tarafından Ivan Chernoff's avatar Ivan Chernoff Kaydeden (comit) Gregory P. Smith

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

üst 265fcc5f
...@@ -584,7 +584,7 @@ Instances of the :class:`Popen` class have the following methods: ...@@ -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)
......
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