mirror of https://github.com/python/cpython
Added entries for stat, commands modules.
This commit is contained in:
parent
6d659b3e51
commit
f6a7b443c2
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue