]> granicus.if.org Git - python/commitdiff
Fixed index references to modules.
authorFred Drake <fdrake@acm.org>
Mon, 15 Dec 1997 22:28:38 +0000 (22:28 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 15 Dec 1997 22:28:38 +0000 (22:28 +0000)
Doc/lib/libfuncs.tex
Doc/lib/libtermios.tex
Doc/libfuncs.tex
Doc/libtermios.tex

index 0182dcba38c7040673211c5596a5a256c8e15200..55bf36a516730338cc04571c936fcff8de2e4fb1 100644 (file)
@@ -14,12 +14,12 @@ semantics of the \code{import} statement.  For examples of why and
 how you would do this, see the standard library modules \code{ni},
 \code{ihooks} and \code{rexec}.  See also the built-in module
 \code{imp}, which defines some useful operations out of which you can
-build your own \code{__import__} function.
+build your own \code{__import__()} function.
 \stindex{import}
-\stmodindex{ni}
-\stmodindex{ihooks}
-\stmodindex{rexec}
-\bimodindex{imp}
+\refstmodindex{ni}
+\refstmodindex{ihooks}
+\refstmodindex{rexec}
+\refbimodindex{imp}
 
 For example, the statement \code{import spam} results in the following
 call:
@@ -599,7 +599,7 @@ returns \code{('a', 'b', 'c')} and \code{tuple([1, 2, 3])} returns
 Return the type of an \var{object}.  The return value is a type
 object.  The standard module \code{types} defines names for all
 built-in types.
-\stmodindex{types}
+\refstmodindex{types}
 \obindex{type}
 For instance:
 
index 2d233f2022eb4f03f93f49da6c4656d0e1c64d50..ca309c8b635d81cf2ad3cb719716324fc631d99a 100644 (file)
@@ -102,6 +102,7 @@ def getpass(prompt = "Password: "):
 This module defines the symbolic constants required to use the
 \code{termios} module (see the previous section).  See the Posix or
 \UNIX{} manual pages (or the source) for a list of those constants.
+\refbimodindex{termios}
 
 Note: this module resides in a system-dependent subdirectory of the
 Python library directory.  You may have to generate it for your
index 0182dcba38c7040673211c5596a5a256c8e15200..55bf36a516730338cc04571c936fcff8de2e4fb1 100644 (file)
@@ -14,12 +14,12 @@ semantics of the \code{import} statement.  For examples of why and
 how you would do this, see the standard library modules \code{ni},
 \code{ihooks} and \code{rexec}.  See also the built-in module
 \code{imp}, which defines some useful operations out of which you can
-build your own \code{__import__} function.
+build your own \code{__import__()} function.
 \stindex{import}
-\stmodindex{ni}
-\stmodindex{ihooks}
-\stmodindex{rexec}
-\bimodindex{imp}
+\refstmodindex{ni}
+\refstmodindex{ihooks}
+\refstmodindex{rexec}
+\refbimodindex{imp}
 
 For example, the statement \code{import spam} results in the following
 call:
@@ -599,7 +599,7 @@ returns \code{('a', 'b', 'c')} and \code{tuple([1, 2, 3])} returns
 Return the type of an \var{object}.  The return value is a type
 object.  The standard module \code{types} defines names for all
 built-in types.
-\stmodindex{types}
+\refstmodindex{types}
 \obindex{type}
 For instance:
 
index 2d233f2022eb4f03f93f49da6c4656d0e1c64d50..ca309c8b635d81cf2ad3cb719716324fc631d99a 100644 (file)
@@ -102,6 +102,7 @@ def getpass(prompt = "Password: "):
 This module defines the symbolic constants required to use the
 \code{termios} module (see the previous section).  See the Posix or
 \UNIX{} manual pages (or the source) for a list of those constants.
+\refbimodindex{termios}
 
 Note: this module resides in a system-dependent subdirectory of the
 Python library directory.  You may have to generate it for your