]> granicus.if.org Git - python/commitdiff
minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 21 Sep 2003 23:41:02 +0000 (23:41 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 21 Sep 2003 23:41:02 +0000 (23:41 +0000)
Doc/whatsnew/whatsnew23.tex

index ab9f94cf6d8080dfaf9a1b64391b2d5abc73091c..55e90acf5f17c61d805e071778ecc81c0ef02133 100644 (file)
@@ -1390,7 +1390,7 @@ support using the \code{+=} assignment operator to add another array's
 contents, and the \code{*=} assignment operator to repeat an array.
 (Contributed by Jason Orendorff.)
 
-\item The \module{bsddb} module has been replaced by version 4.1.1
+\item The \module{bsddb} module has been replaced by version 4.1.6
 of the \ulink{PyBSDDB}{http://pybsddb.sourceforge.net} package,
 providing a more complete interface to the transactional features of
 the BerkeleyDB library.