]> granicus.if.org Git - python/commitdiff
add a note about the undocumented bsddb185 module
authorSkip Montanaro <skip@pobox.com>
Tue, 6 May 2003 20:40:17 +0000 (20:40 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 6 May 2003 20:40:17 +0000 (20:40 +0000)
Doc/lib/libbsddb.tex
Doc/lib/libundoc.tex

index e66b2bbe8a69b48df84badef5e43f52ed2cb7e8d..29cecec8f306dfe47532b8ae9e583365567e1287 100644 (file)
@@ -86,6 +86,12 @@ interpretation.
   \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
+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}
 
 \subsection{Hash, BTree and Record Objects \label{bsddb-objects}}
 
index c1e3760584c12e506f750443b1cefd460941c1d6..09402b51c50c3cfb8aff756a48f10766d9834bc1 100644 (file)
@@ -62,6 +62,12 @@ OS/2 platforms.
 --- Implementation on \module{os.path} on \POSIX.
 \end{description}
 
+\item[\module{bsddb185}]
+--- Backwards compatibility module for systems which still use the Berkeley
+DB 1.85 module.  It is normally only available on certain BSD Unix-based
+systems.  It should never be used directly.
+\end{description}
+
 
 \section{Multimedia}