[Python-checkins] python/dist/src/Doc/lib libbsddb.tex, 1.18, 1.18.2.1

greg at users.sourceforge.net greg at users.sourceforge.net
Sun Dec 19 23:25:35 CET 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3292/Doc/lib

Modified Files:
      Tag: release24-maint
	libbsddb.tex 
Log Message:
* reworked berkeleydb include and library detection code in setup.py
  to make sure the library version that matches the header file is used.
* update the bsddb module docs to indicate BerkeleyDB 3.2 thru 4.3 support


Index: libbsddb.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libbsddb.tex,v
retrieving revision 1.18
retrieving revision 1.18.2.1
diff -u -d -r1.18 -r1.18.2.1
--- libbsddb.tex	10 Aug 2004 19:22:48 -0000	1.18
+++ libbsddb.tex	19 Dec 2004 22:25:32 -0000	1.18.2.1
@@ -16,7 +16,7 @@
 
 Starting with Python 2.3 the \module{bsddb} module requires the
 Berkeley DB library version 3.2 or later (it is known to work with 3.2
-thru 4.2 at the time of this writing).
+thru 4.3 at the time of this writing).
 
 \begin{seealso}
   \seeurl{http://pybsddb.sourceforge.net/}{Website with documentation



More information about the Python-checkins mailing list