]> granicus.if.org Git - python/commitdiff
Added entries for stat, commands modules.
authorGuido van Rossum <guido@python.org>
Wed, 11 Feb 1998 22:58:55 +0000 (22:58 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Feb 1998 22:58:55 +0000 (22:58 +0000)
Doc/lib/libunix.tex
Doc/libunix.tex

index 9e1ea53aeaf1db92012e0d6407ae7570bb9ed1fc..26628c891f6947d132d2b0a40fc3654c670185a6 100644 (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}
index 9e1ea53aeaf1db92012e0d6407ae7570bb9ed1fc..26628c891f6947d132d2b0a40fc3654c670185a6 100644 (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}