Commit dcf9b9af authored by Guido van Rossum's avatar Guido van Rossum

Added entries for stat, commands modules.

parent 5fe0b47f
......@@ -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}
......@@ -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}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment