]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Shorten a few section titles.
authorFred Drake <fdrake@acm.org>
Sat, 20 Feb 1999 00:14:17 +0000 (00:14 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 20 Feb 1999 00:14:17 +0000 (00:14 +0000)
15 files changed:
Doc/lib/libanydbm.tex
Doc/lib/libbinhex.tex
Doc/lib/libbisect.tex
Doc/lib/libdbm.tex
Doc/lib/libgdbm.tex
Doc/lib/libgzip.tex
Doc/lib/libkeyword.tex
Doc/lib/libselect.tex
Doc/lib/libsite.tex
Doc/lib/libsymbol.tex
Doc/lib/libtermios.tex
Doc/lib/libtoken.tex
Doc/lib/libuser.tex
Doc/lib/libwhichdb.tex
Doc/lib/libzlib.tex

index 11f5783e4cd69df99a915e6ab9eab16d7a69daaf..5e919415471485308bad43cd32effce1e800cca5 100644 (file)
@@ -1,7 +1,7 @@
 \section{\module{anydbm} ---
-         Generic interface to DBM-style database modules.}
-\declaremodule{standard}{anydbm}
+         Generic access to DBM-style databases}
 
+\declaremodule{standard}{anydbm}
 \modulesynopsis{Generic interface to DBM-style database modules.}
 
 
@@ -48,9 +48,9 @@ strings.
 
 
 \section{\module{dumbdbm} ---
-         Portable implementation of the simple DBM interface.}
-\declaremodule{standard}{dumbdbm}
+         Portable DBM implementation}
 
+\declaremodule{standard}{dumbdbm}
 \modulesynopsis{Portable implementation of the simple DBM interface.}
 
 
index 1829b40374a7b7ead294d1a57f8748bc781802bd..a3e5f9af00f3fb8e5495ed0cd2b4153e25305e18 100644 (file)
@@ -1,7 +1,7 @@
 \section{\module{binhex} ---
-         Encode and decode files in binhex4 format.}
-\declaremodule{standard}{binhex}
+         Encode and decode binhex4 files}
 
+\declaremodule{standard}{binhex}
 \modulesynopsis{Encode and decode files in binhex4 format.}
 
 
@@ -27,7 +27,8 @@ argument is empty in which case the output filename is read from the
 binhex file.
 \end{funcdesc}
 
-\subsection{Notes}
+\subsection{Notes \label{binhex-notes}}
+
 There is an alternative, more powerful interface to the coder and
 decoder, see the source for details.
 
index e36cf0e7959b2f185cb5a4df883374bb606ae743..2b3f11757a9ea8b3e56db03f5a33e288189ac90d 100644 (file)
@@ -3,13 +3,12 @@
 % <arw@pythonpros.com>.
 
 \section{\module{bisect} ---
-         Array bisection algorithms for binary searching.}
-\declaremodule{standard}{bisect}
+         Array bisection algorithm}
 
+\declaremodule{standard}{bisect}
 \modulesynopsis{Array bisection algorithms for binary searching.}
 
 
-
 This module provides support for maintaining a list in sorted order
 without having to sort the list after each insertion.  For long lists
 of items with expensive comparison operations, this can be an
index 2efa6e0d3a87bd578acc11cdca905600384b5a18..8f647281db7bc04fdc9329b956792bf1ed0e5717 100644 (file)
@@ -1,25 +1,25 @@
 \section{\module{dbm} ---
-         The standard ``database'' interface, based on ndbm.}
-\declaremodule{builtin}{dbm}
+         Simple ``database'' interface}
 
+\declaremodule{builtin}{dbm}
 \modulesynopsis{The standard ``database'' interface, based on ndbm.}
 
 
-The \code{dbm} module provides an interface to the \UNIX{}
+The \module{dbm} module provides an interface to the \UNIX{}
 \code{(n)dbm} library.  Dbm objects behave like mappings
 (dictionaries), except that keys and values are always strings.
 Printing a dbm object doesn't print the keys and values, and the
 \code{items()} and \code{values()} methods are not supported.
 
-See also the \code{gdbm} module, which provides a similar interface
-using the GNU GDBM library.
-\refbimodindex{gdbm}
+See also the \refmodule{gdbm}\refbimodindex{gdbm} module, which
+provides a similar interface using the GNU GDBM library.
 
 The module defines the following constant and functions:
 
 \begin{excdesc}{error}
-Raised on dbm-specific errors, such as I/O errors. \code{KeyError} is
-raised for general mapping errors like specifying an incorrect key.
+Raised on dbm-specific errors, such as I/O errors.
+\exception{KeyError} is raised for general mapping errors like
+specifying an incorrect key.
 \end{excdesc}
 
 \begin{funcdesc}{open}{filename, \optional{flag, \optional{mode}}}
index adb130422dc48133007d160eb1d74492fa101a6e..e7874546363159b139d32da58c6dce24b18f2649 100644 (file)
@@ -1,7 +1,7 @@
 \section{\module{gdbm} ---
-         GNU's reinterpretation of dbm.}
-\declaremodule{builtin}{gdbm}
+         GNU's reinterpretation of dbm}
 
+\declaremodule{builtin}{gdbm}
 \modulesynopsis{GNU's reinterpretation of dbm.}
 
 
 % this; it's just a little annoying.  The warning can be ignored, but
 % the index produced uses the non-bold version.
 
-This module is quite similar to the \code{dbm} module, but uses \code{gdbm}
-instead to provide some additional functionality.  Please note that
-the file formats created by \code{gdbm} and \code{dbm} are incompatible.
-\refbimodindex{dbm}
+This module is quite similar to the \module{dbm}\refbimodindex{dbm}
+module, but uses \code{gdbm} instead to provide some additional
+functionality.  Please note that the file formats created by
+\code{gdbm} and \code{dbm} are incompatible.
 
-The \code{gdbm} module provides an interface to the GNU DBM
+The \module{gdbm} module provides an interface to the GNU DBM
 library.  \code{gdbm} objects behave like mappings
 (dictionaries), except that keys and values are always strings.
-Printing a \code{gdbm} object doesn't print the keys and values, and the
-\code{items()} and \code{values()} methods are not supported.
+Printing a \code{gdbm} object doesn't print the keys and values, and
+the \method{items()} and \method{values()} methods are not supported.
 
 The module defines the following constant and functions:
 
 \begin{excdesc}{error}
-Raised on \code{gdbm}-specific errors, such as I/O errors. \code{KeyError} is
-raised for general mapping errors like specifying an incorrect key.
+Raised on \code{gdbm}-specific errors, such as I/O errors.
+\exception{KeyError} is raised for general mapping errors like
+specifying an incorrect key.
 \end{excdesc}
 
 \begin{funcdesc}{open}{filename, \optional{flag, \optional{mode}}}
@@ -47,11 +48,11 @@ The optional \var{flag} argument can be
 \code{'c'} (which creates the database if it doesn't exist), or
 \code{'n'} (which always creates a new empty database).
 
-Appending \code{f} to the flag opens the database in fast mode;
+Appending \character{f} to the flag opens the database in fast mode;
 altered data will not automatically be written to the disk after every
 change.  This results in faster writes to the database, but may result
 in an inconsistent database if the program crashes while the database
-is still open.  Use the \code{sync()} method to force any unwritten
+is still open.  Use the \method{sync()} method to force any unwritten
 data to be written to the disk.
 
 The optional \var{mode} argument is the \UNIX{} mode of the file, used
@@ -63,34 +64,35 @@ In addition to the dictionary-like methods, \code{gdbm} objects have the
 following methods:
 
 \begin{funcdesc}{firstkey}{}
-It's possible to loop over every key in the database using this method
-and the \code{nextkey()} method.  The traversal is ordered by \code{gdbm}'s
-internal hash values, and won't be sorted by the key values.  This
-method returns the starting key.
+It's possible to loop over every key in the database using this method 
+and the \method{nextkey()} method.  The traversal is ordered by
+\code{gdbm}'s internal hash values, and won't be sorted by the key
+values.  This method returns the starting key.
 \end{funcdesc}
 
 \begin{funcdesc}{nextkey}{key}
 Returns the key that follows \var{key} in the traversal.  The
-following code prints every key in the database \code{db}, without having to
-create a list in memory that contains them all:
+following code prints every key in the database \code{db}, without
+having to create a list in memory that contains them all:
+
 \begin{verbatim}
-k=db.firstkey()
-while k!=None:
+k = db.firstkey()
+while k != None:
     print k
-    k=db.nextkey(k)
+    k = db.nextkey(k)
 \end{verbatim}
 \end{funcdesc}
 
 \begin{funcdesc}{reorganize}{}
 If you have carried out a lot of deletions and would like to shrink
-the space used by the \code{gdbm} file, this routine will reorganize the
-database.  \code{gdbm} will not shorten the length of a database file except
-by using this reorganization; otherwise, deleted file space will be
-kept and reused as new (key,value) pairs are added.
+the space used by the \code{gdbm} file, this routine will reorganize
+the database.  \code{gdbm} will not shorten the length of a database
+file except by using this reorganization; otherwise, deleted file
+space will be kept and reused as new (key, value) pairs are added.
 \end{funcdesc}
 
 \begin{funcdesc}{sync}{}
-When the database has been opened in fast mode, this method forces any
+When the database has been opened in fast mode, this method forces any 
 unwritten data to be written to the disk.
 \end{funcdesc}
 
index 3bae73417474a930bef2d8df388448654de0b7b2..ba3267cc672fe0e6d1011ecfb7a8a459fd20bc61 100644 (file)
@@ -1,7 +1,7 @@
 \section{\module{gzip} ---
-         \program{gzip} compression and decompression using files.}
-\declaremodule{standard}{gzip}
+         Support for \program{gzip} files}
 
+\declaremodule{standard}{gzip}
 \modulesynopsis{Interfaces for \program{gzip} compression and
 decompression using file objects.}
 
index 16cff846ba648bc473106c3a69bed989b3bfabad..9e6761b9661b41407f6e1f8749a875487fd2d7c9 100644 (file)
@@ -1,7 +1,7 @@
 \section{\module{keyword} ---
-         Test whether a string is a Python keyword.}
-\declaremodule{standard}{keyword}
+         Testing for Python keywords}
 
+\declaremodule{standard}{keyword}
 \modulesynopsis{Test whether a string is a keyword in Python.}
 
 
index 888914e4b8b333e10b1379c2115bca1869058509..de5e1a6d5f76e7d734d447dc79eacbadfaf6f2d6 100644 (file)
@@ -1,7 +1,7 @@
 \section{\module{select} ---
-         Wait for I/O completion on multiple streams.}
-\declaremodule{builtin}{select}
+         Waiting for I/O completion}
 
+\declaremodule{builtin}{select}
 \modulesynopsis{Wait for I/O completion on multiple streams.}
 
 
index e8bafd6444778fd79ec645139a59672dc6d9089d..e0afe30123caf7de99ba5f6001400b68a4e22c63 100644 (file)
@@ -1,7 +1,7 @@
 \section{\module{site} ---
-         A standard way to reference site-specific modules.}
-\declaremodule{standard}{site}
+         Site-specific configuration hook}
 
+\declaremodule{standard}{site}
 \modulesynopsis{A standard way to reference site-specific modules.}
 
 
index 7d9f9acd56f5ed172e0964463d2e7b32df633229..9b272771c8c02493b5d193ef7b580e1a5f0c2791 100644 (file)
@@ -1,8 +1,9 @@
 \section{\module{symbol} ---
-         Constants representing internal nodes of the parse tree.}
-\declaremodule{standard}{symbol}
+         Constants used with Python parse trees}
 
+\declaremodule{standard}{symbol}
 \modulesynopsis{Constants representing internal nodes of the parse tree.}
+\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
 
 
 This module provides constants which represent the numeric values of
index 9c9c3c82d32846ac66b653262751dcfa20daac09..948220379781cfe2260d9c5dab7f2dd7f2d14443 100644 (file)
@@ -95,17 +95,18 @@ def getpass(prompt = "Password: "):
     return passwd
 \end{verbatim}
 
+
 \section{\module{TERMIOS} ---
-         Constants used with the \module{termios} module.}
-\declaremodule[TERMIOSuppercase]{standard}{TERMIOS}
+         Constants used with \module{termios}}
 
+\declaremodule[TERMIOSuppercase]{standard}{TERMIOS}
 \modulesynopsis{Symbolic constants required to use the
 \module{termios} module.}
 
+
 \indexii{\POSIX{}}{I/O control}
 \indexii{tty}{I/O control}
 
-
 This module defines the symbolic constants required to use the
 \module{termios}\refbimodindex{termios} module (see the previous
 section).  See the \POSIX{} or \UNIX{} manual pages (or the source)
index 87477c59e163229354699bf283bc0ea5e925b65c..4215106384431143b8a521812bf7557be730aba3 100644 (file)
@@ -1,8 +1,9 @@
 \section{\module{token} ---
-         Constants representing terminal nodes of the parse tree.}
-\declaremodule{standard}{token}
+         Constants used with Python parse trees}
 
+\declaremodule{standard}{token}
 \modulesynopsis{Constants representing terminal nodes of the parse tree.}
+\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
 
 
 This module provides constants which represent the numeric values of
index 9e9c6edbf8d0828fe2e741c74e6a050f46a7fe4d..cd460ea344c26661d1bd7c9da4bf60b2a628ed7c 100644 (file)
@@ -1,9 +1,10 @@
 \section{\module{user} ---
-         A standard way to reference user-specific modules.}
-\declaremodule{standard}{user}
+         User-specific configuration hook}
 
+\declaremodule{standard}{user}
 \modulesynopsis{A standard way to reference user-specific modules.}
 
+
 \indexii{.pythonrc.py}{file}
 \indexiii{user}{configuration}{file}
 
index b3035cf1bbde3b0a86a306c5c9d43ab2c0404b7e..06b9934f42b76fd5bcbb87d26d0f1e79b2a10d86 100644 (file)
@@ -1,7 +1,7 @@
 \section{\module{whichdb} ---
-         Guess which DBM-style module created a given database.}
-\declaremodule{standard}{whichdb}
+         Guess which DBM module created a database}
 
+\declaremodule{standard}{whichdb}
 \modulesynopsis{Guess which DBM-style module created a given database.}
 
 
index aaf468438bbc3403cf2952657c00459f4f5d9577..bdee0a07e53c8510a4202f1cdc43732734cc98bd 100644 (file)
@@ -2,9 +2,9 @@
 % hasn't been updated completely.
 
 \section{\module{zlib} ---
-         Compression and decompression compatible with \program{gzip}.}
-\declaremodule{builtin}{zlib}
+         Compression library compatible with \program{gzip}.}
 
+\declaremodule{builtin}{zlib}
 \modulesynopsis{Low-level interface to compression and decompression
 routines compatible with \program{gzip}.}