diff options
author | Fred Drake <fdrake@acm.org> | 2004-06-24 06:03:59 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-06-24 06:03:59 (GMT) |
commit | b86aa99eb99bb95629a57dee9bebe69317455e2d (patch) | |
tree | 4fc78a272eea5fdd3e3e1d8e70d8cda7acc536aa /Doc | |
parent | 057e7200d1c300f3c914dbc84eca327c10bf7751 (diff) | |
download | cpython-b86aa99eb99bb95629a57dee9bebe69317455e2d.zip cpython-b86aa99eb99bb95629a57dee9bebe69317455e2d.tar.gz cpython-b86aa99eb99bb95629a57dee9bebe69317455e2d.tar.bz2 |
move the note about the bsddb185 module above the "See also" box; that
should always go last in the relevant section's main content, but
before child sections
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libbsddb.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/lib/libbsddb.tex b/Doc/lib/libbsddb.tex index d22be06..b17596c 100644 --- a/Doc/lib/libbsddb.tex +++ b/Doc/lib/libbsddb.tex @@ -87,10 +87,6 @@ interpretation. \end{funcdesc} -\begin{seealso} - \seemodule{dbhash}{DBM-style interface to the \module{bsddb}} -\end{seealso} - \begin{notice} Beginning in 2.3 some Unix versions of Python may have a \module{bsddb185} module. This is present \emph{only} to allow backwards compatibility with @@ -98,6 +94,11 @@ systems which ship with the old Berkeley DB 1.85 database library. The \module{bsddb185} module should never be used directly in new code. \end{notice} + +\begin{seealso} + \seemodule{dbhash}{DBM-style interface to the \module{bsddb}} +\end{seealso} + \subsection{Hash, BTree and Record Objects \label{bsddb-objects}} Once instantiated, hash, btree and record objects support |