From: Fred Drake Date: Thu, 24 Jun 2004 06:03:59 +0000 (+0000) Subject: move the note about the bsddb185 module above the "See also" box; that X-Git-Tag: v2.4a1~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b86aa99eb99bb95629a57dee9bebe69317455e2d;p=python 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 --- diff --git a/Doc/lib/libbsddb.tex b/Doc/lib/libbsddb.tex index d22be065ab..b17596c1f4 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