summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libos.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-12-28 21:58:15 (GMT)
committerFred Drake <fdrake@acm.org>1998-12-28 21:58:15 (GMT)
commit8692998018eab9bb733dfb6670681b0d0fa7c560 (patch)
tree83391851cb95c384fb4fd1ec337dafc54096f946 /Doc/lib/libos.tex
parentcc09e8dc8208f40e65bcd044c408dc6a97716068 (diff)
downloadcpython-8692998018eab9bb733dfb6670681b0d0fa7c560.zip
cpython-8692998018eab9bb733dfb6670681b0d0fa7c560.tar.gz
cpython-8692998018eab9bb733dfb6670681b0d0fa7c560.tar.bz2
Added index entries to make it easier to locate directory operations.
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r--Doc/lib/libos.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 7856bb4..5568d48 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -87,6 +87,7 @@ doesn't have a \code{'PATH'} key.
\begin{funcdesc}{makedirs}{path\optional{, mode}}
\versionadded{1.5.2}
+\index{directory!creating}
Recursive directory creation function. Like \function{mkdir()},
but makes all intermediate-level directories needed to contain the
leaf directory. Throws an \exception{os.error} exception if the leaf
@@ -96,6 +97,7 @@ is \code{0777} (octal).
\begin{funcdesc}{removedirs}{path}
\versionadded{1.5.2}
+\index{directory!deleting}
Recursive directory removal function. Works like
\function{rmdir()} except that, if the leaf directory is
successfully removed, directories corresponding to rightmost path