mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Added entries for stat, commands modules.
This commit is contained in:
parent
6d659b3e51
commit
f6a7b443c2
2 changed files with 14 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue