Added entries for stat, commands modules.

This commit is contained in:
Guido van Rossum 1998-02-11 22:58:55 +00:00
parent 6d659b3e51
commit f6a7b443c2
2 changed files with 14 additions and 0 deletions

View File

@ -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}

View File

@ -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}