diff options
author | Guido van Rossum <guido@python.org> | 1998-02-11 22:58:55 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-02-11 22:58:55 (GMT) |
commit | f6a7b443c2bf4e181294c38ec0a7f60addd50881 (patch) | |
tree | 0476e9b3f512b51ca311ef653a476b33126f7325 /Doc/libunix.tex | |
parent | 6d659b3e51fa81a7db47a601c97aceb1c89ce42c (diff) | |
download | cpython-f6a7b443c2bf4e181294c38ec0a7f60addd50881.zip cpython-f6a7b443c2bf4e181294c38ec0a7f60addd50881.tar.gz cpython-f6a7b443c2bf4e181294c38ec0a7f60addd50881.tar.bz2 |
Added entries for stat, commands modules.
Diffstat (limited to 'Doc/libunix.tex')
-rw-r--r-- | Doc/libunix.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/libunix.tex b/Doc/libunix.tex index 9e1ea53..26628c8 100644 --- a/Doc/libunix.tex +++ b/Doc/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} |