diff options
author | Skip Montanaro <skip@pobox.com> | 2003-05-06 20:40:17 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-05-06 20:40:17 (GMT) |
commit | 6d9f45bc3f9b408cd1e80c341c9ca76b30b7c01b (patch) | |
tree | 4bc31395dac918ad4837f98b24e596813351d970 /Doc/lib/libbsddb.tex | |
parent | c797ceb545f79cbf8899d66cfbfbd74a2e71ffdb (diff) | |
download | cpython-6d9f45bc3f9b408cd1e80c341c9ca76b30b7c01b.zip cpython-6d9f45bc3f9b408cd1e80c341c9ca76b30b7c01b.tar.gz cpython-6d9f45bc3f9b408cd1e80c341c9ca76b30b7c01b.tar.bz2 |
add a note about the undocumented bsddb185 module
Diffstat (limited to 'Doc/lib/libbsddb.tex')
-rw-r--r-- | Doc/lib/libbsddb.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libbsddb.tex b/Doc/lib/libbsddb.tex index e66b2bb..29cecec 100644 --- a/Doc/lib/libbsddb.tex +++ b/Doc/lib/libbsddb.tex @@ -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}} |