[Python-checkins] python/dist/src/Doc/lib libbsddb.tex,1.8,1.9

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Tue, 06 May 2003 13:39:57 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv19130

Modified Files:
	libbsddb.tex 
Log Message:
add a note about the undocumented bsddb185 module


Index: libbsddb.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libbsddb.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** libbsddb.tex	17 Nov 2002 11:09:50 -0000	1.8
--- libbsddb.tex	6 May 2003 20:39:55 -0000	1.9
***************
*** 87,90 ****
--- 87,96 ----
  \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}}