]> granicus.if.org Git - python/commitdiff
Added "module search path" to the index.
authorFred Drake <fdrake@acm.org>
Tue, 13 Jan 1998 18:35:51 +0000 (18:35 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 13 Jan 1998 18:35:51 +0000 (18:35 +0000)
Doc/lib/libsys.tex
Doc/libsys.tex

index 8d36dc0ac09854f9a9dd6dc46cf13a45e0121a5d..e4cd8756ccd61e7df06286bc7e5b21b45993dd5c 100644 (file)
@@ -129,6 +129,7 @@ concern for these variables, unlike for \code{sys.exc_type} etc.)
 \end{datadesc}
 
 \begin{datadesc}{path}
+\indexiii{module}{search}{path}
   A list of strings that specifies the search path for modules.
   Initialized from the environment variable \code{PYTHONPATH}, or an
   installation-dependent default.  
index 8d36dc0ac09854f9a9dd6dc46cf13a45e0121a5d..e4cd8756ccd61e7df06286bc7e5b21b45993dd5c 100644 (file)
@@ -129,6 +129,7 @@ concern for these variables, unlike for \code{sys.exc_type} etc.)
 \end{datadesc}
 
 \begin{datadesc}{path}
+\indexiii{module}{search}{path}
   A list of strings that specifies the search path for modules.
   Initialized from the environment variable \code{PYTHONPATH}, or an
   installation-dependent default.