summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libunix.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-02-11 22:58:55 (GMT)
committerGuido van Rossum <guido@python.org>1998-02-11 22:58:55 (GMT)
commitf6a7b443c2bf4e181294c38ec0a7f60addd50881 (patch)
tree0476e9b3f512b51ca311ef653a476b33126f7325 /Doc/lib/libunix.tex
parent6d659b3e51fa81a7db47a601c97aceb1c89ce42c (diff)
downloadcpython-f6a7b443c2bf4e181294c38ec0a7f60addd50881.zip
cpython-f6a7b443c2bf4e181294c38ec0a7f60addd50881.tar.gz
cpython-f6a7b443c2bf4e181294c38ec0a7f60addd50881.tar.bz2
Added entries for stat, commands modules.
Diffstat (limited to 'Doc/lib/libunix.tex')
-rw-r--r--Doc/lib/libunix.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/lib/libunix.tex b/Doc/lib/libunix.tex
index 9e1ea53..26628c8 100644
--- a/Doc/lib/libunix.tex
+++ b/Doc/lib/libunix.tex
@@ -46,4 +46,11 @@ process.
\item[syslog]
--- An interface to the \UNIX{} \code{syslog} library routines.
+\item[stat]
+--- Constants and functions for interpreting the results of
+\code{os.stat()}, \code{os.lstat()} and \code{os.fstat()}.
+
+\item[commands]
+--- Wrapper functions for \code{os.popen()}.
+
\end{description}