]> granicus.if.org Git - python/commitdiff
Always mark variables in the "Notes" following a table the same way as in the
authorFred Drake <fdrake@acm.org>
Tue, 20 Jan 1998 05:20:39 +0000 (05:20 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 20 Jan 1998 05:20:39 +0000 (05:20 +0000)
tables:  \var{}

Add a couple of index entries to the File Objects section.

Doc/lib/libtypes.tex
Doc/libtypes.tex

index 8dba8a514e8b869dec207f4b546f0f4d3b4633a4..ed0ed9b01363c24c45d7c035716a5451b59571fc 100644 (file)
@@ -545,7 +545,7 @@ Notes:
 
 \item[(2)] Keys and values are listed in random order.
 
-\item[(3)] \code{b} must be of the same type as \code{a}.
+\item[(3)] \var{b} must be of the same type as \var{a}.
 
 \item[(4)] Never raises an exception if \var{k} is not in the map,
 instead it returns \var{f}.  \var{f} is optional, when not provided
@@ -666,6 +666,8 @@ built-in functions and methods, e.g.\ \code{posix.popen()} and
 \code{posix.fdopen()} and the \code{makefile()} method of socket
 objects.
 \bifuncindex{open}
+\refbimodindex{posix}
+\refbimodindex{socket}
 
 When a file operation fails for an I/O-related reason, the exception
 \code{IOError} is raised.  This includes situations where the
index 8dba8a514e8b869dec207f4b546f0f4d3b4633a4..ed0ed9b01363c24c45d7c035716a5451b59571fc 100644 (file)
@@ -545,7 +545,7 @@ Notes:
 
 \item[(2)] Keys and values are listed in random order.
 
-\item[(3)] \code{b} must be of the same type as \code{a}.
+\item[(3)] \var{b} must be of the same type as \var{a}.
 
 \item[(4)] Never raises an exception if \var{k} is not in the map,
 instead it returns \var{f}.  \var{f} is optional, when not provided
@@ -666,6 +666,8 @@ built-in functions and methods, e.g.\ \code{posix.popen()} and
 \code{posix.fdopen()} and the \code{makefile()} method of socket
 objects.
 \bifuncindex{open}
+\refbimodindex{posix}
+\refbimodindex{socket}
 
 When a file operation fails for an I/O-related reason, the exception
 \code{IOError} is raised.  This includes situations where the