[Python-checkins] python/dist/src/Doc/lib libundoc.tex,1.84,1.85
montanaro@users.sourceforge.net
montanaro@users.sourceforge.net
2003年5月06日 13:40:20 -0700
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv19329
Modified Files:
libundoc.tex
Log Message:
add a note about the undocumented bsddb185 module
Index: libundoc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libundoc.tex,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** libundoc.tex 24 Apr 2003 15:24:46 -0000 1.84
--- libundoc.tex 6 May 2003 20:40:17 -0000 1.85
***************
*** 63,66 ****
--- 63,72 ----
\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}