From f6a7b443c2bf4e181294c38ec0a7f60addd50881 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 11 Feb 1998 22:58:55 +0000 Subject: Added entries for stat, commands modules. --- Doc/lib/libunix.tex | 7 +++++++ Doc/libunix.tex | 7 +++++++ 2 files changed, 14 insertions(+) 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} 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} -- cgit v0.12