| commit | e1e3c2dac3da8a179f57bd3e3309ab65385bcc8a | [log] [tgz] |
|---|---|---|
| author | pxinwr <peixing.xin@windriver.com> | Wed Dec 16 05:20:07 2020 +0800 |
| committer | GitHub <noreply@github.com> | Tue Dec 15 22:20:07 2020 +0100 |
| tree | 9de79c0397a8b66a53310564fc4aa84786e44311 | |
| parent | 9cc8fa6ac89e9ea3ee483675b3c373650fc1bb3a [diff] [blame] |
bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index a4c5fbb..b309988 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst
@@ -32,7 +32,7 @@ objects, and result in an object of the same type, if a path or file name is returned. -* On VxWorks, os.fork, os.execv and os.spawn*p* are not supported. +* On VxWorks, os.popen, os.fork, os.execv and os.spawn*p* are not supported. .. note::