mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1
This commit is contained in:
parent
7000225fbc
commit
e94040a1ed
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue