bpo-31065: Add doc about Popen.poll returning None. (#3169) · python/cpython@006617f

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 006617f

vanadium23gpshead

authored and

committed

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

1 parent 265fcc5 commit 006617f

File tree

1 file changed

+

1

-

1

lines changed

1 file changed

+

1

-

1

lines changed

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -584,7 +584,7 @@ Instances of the :class:`Popen` class have the following methods:

584584

.. method:: Popen.poll()

585585
586586

Check if child process has terminated. Set and return

587-

:attr:`~Popen.returncode` attribute.

587+

:attr:`~Popen.returncode` attribute. Otherwise, returns ``None``.

588588
589589
590590

.. method:: Popen.wait(timeout=None)

0 commit comments

Comments

 (0)