diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2003-09-21 23:41:02 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2003-09-21 23:41:02 (GMT) |
commit | e94040a1ed47b8aca39725e29e2a24d66fdae5fb (patch) | |
tree | 9edafff3d259d171000624c546829c30775f4416 /Doc/whatsnew | |
parent | 7000225fbc78bf4cd0561093c8de419bfe0e2a68 (diff) | |
download | cpython-e94040a1ed47b8aca39725e29e2a24d66fdae5fb.zip cpython-e94040a1ed47b8aca39725e29e2a24d66fdae5fb.tar.gz cpython-e94040a1ed47b8aca39725e29e2a24d66fdae5fb.tar.bz2 |
minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index ab9f94c..55e90ac 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -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. |