summaryrefslogtreecommitdiff
path: root/Doc/library/pipes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/pipes.rst')
-rw-r--r--Doc/library/pipes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/pipes.rst b/Doc/library/pipes.rst
index 0a22da1f55..57e27a6acf 100644
--- a/Doc/library/pipes.rst
+++ b/Doc/library/pipes.rst
@@ -17,6 +17,8 @@ The :mod:`pipes` module defines a class to abstract the concept of a *pipeline*
Because the module uses :program:`/bin/sh` command lines, a POSIX or compatible
shell for :func:`os.system` and :func:`os.popen` is required.
+.. availability:: Unix. Not available on VxWorks.
+
The :mod:`pipes` module defines the following class: