summaryrefslogtreecommitdiffstats
path: root/Doc/library/pty.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/pty.rst')
-rw-r--r--Doc/library/pty.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/pty.rst b/Doc/library/pty.rst
index 2b9385b..90baec5 100644
--- a/Doc/library/pty.rst
+++ b/Doc/library/pty.rst
@@ -45,6 +45,9 @@ The :mod:`pty` module defines the following functions:
a file descriptor. The defaults try to read 1024 bytes each time they are
called.
+ .. versionchanged:: 3.4
+ :func:`spawn` now returns the status value from :func:`os.waitpid`
+ on the child process.
Example
-------