diff options
| author | Fred Drake <fdrake@acm.org> | 1999-04-22 15:01:44 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1999-04-22 15:01:44 +0000 |
| commit | 5254a6d6825586aa9996ccf1a773b44776e435ad (patch) | |
| tree | 6922abe5241d18a79a8fd288658ce188a7a475be /Doc/lib | |
| parent | ca69a03dd6a0d7fe262c861b493f789e0273b405 (diff) | |
| download | cpython-git-5254a6d6825586aa9996ccf1a773b44776e435ad.tar.gz | |
Move stat to the Generic chapter.
Diffstat (limited to 'Doc/lib')
| -rw-r--r-- | Doc/lib/lib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index f9a4e712db..dfa05bcbbd 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -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} |
