]> granicus.if.org Git - python/commitdiff
Added index entries to make it easier to locate directory operations.
authorFred Drake <fdrake@acm.org>
Mon, 28 Dec 1998 21:58:15 +0000 (21:58 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 28 Dec 1998 21:58:15 +0000 (21:58 +0000)
Doc/lib/libos.tex

index 7856bb4ac2c6a1c1827bf4e97357c638b6a149b9..5568d4812c5cfb01d1e91374cf7792e1075ca0ed 100644 (file)
@@ -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