]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Move stat to the Generic chapter.
authorFred Drake <fdrake@acm.org>
Thu, 22 Apr 1999 15:01:44 +0000 (15:01 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 22 Apr 1999 15:01:44 +0000 (15:01 +0000)
Doc/lib/lib.tex

index f9a4e712dbaa2bac4634804ed9f40e8a109c248d..dfa05bcbbd8b4465c8dd0daa5e390ab9f38437d9 100644 (file)
@@ -125,6 +125,7 @@ add new extensions to Python and how to embed it in other applications.
 \input{liballos}               % Generic Operating System Services
 \input{libos}
 \input{libposixpath}           % os.path
+\input{libstat}
 \input{libtime}
 \input{libgetpass}
 \input{libgetopt}
@@ -161,7 +162,6 @@ add new extensions to Python and how to embed it in other applications.
 \input{libposixfile}
 \input{libresource}
 \input{libsyslog}
-\input{libstat}
 \input{libpopen2}
 \input{libcommands}