Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e94040a

Browse files
committed
minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1
1 parent 7000225 commit e94040a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/whatsnew23.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ \section{New, Improved, and Deprecated Modules}
13901390
contents, and the \code{*=} assignment operator to repeat an array.
13911391
(Contributed by Jason Orendorff.)
13921392

1393-
\item The \module{bsddb} module has been replaced by version 4.1.1
1393+
\item The \module{bsddb} module has been replaced by version 4.1.6
13941394
of the \ulink{PyBSDDB}{http://pybsddb.sourceforge.net} package,
13951395
providing a more complete interface to the transactional features of
13961396
the BerkeleyDB library.

0 commit comments

Comments
 (0)