summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2002-11-19 13:05:33 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2002-11-19 13:05:33 (GMT)
commit669249ecd3020e06fa9b72608143aac03c3ea535 (patch)
tree39719bdbe5894ccf5b67a3b32edcf92030127e91 /Doc
parent21645fc073c541ed4f223d98313629de4a27ce9a (diff)
downloadcpython-669249ecd3020e06fa9b72608143aac03c3ea535.zip
cpython-669249ecd3020e06fa9b72608143aac03c3ea535.tar.gz
cpython-669249ecd3020e06fa9b72608143aac03c3ea535.tar.bz2
Add PyBSDDB update
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew23.tex14
1 files changed, 12 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index 102cd42..795d315 100644
--- a/Doc/whatsnew/whatsnew23.tex
+++ b/Doc/whatsnew/whatsnew23.tex
@@ -11,8 +11,6 @@
\tableofcontents
% MacOS framework-related changes (section of its own, probably)
-%
-% xreadlines obsolete; files are their own iterator
%\section{Introduction \label{intro}}
@@ -1020,6 +1018,17 @@ 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 updated to version 3.4.0
+of the \ulink{PyBSDDB}{http://pybsddb.sourceforge.net} package,
+providing a more complete interface to the transactional features of
+the BerkeleyDB library.
+The old version of the module has been renamed to
+\module{bsddb185} and is no longer built automatically; you'll
+have to edit \file{Modules/Setup} to enable it. Note that the new
+\module{bsddb} package is intended to be compatible with the
+old module, so be sure to file bugs if you discover any
+incompatibilities.
+
\item The Distutils \class{Extension} class now supports
an extra constructor argument named \var{depends} for listing
additional source files that an extension depends on. This lets
@@ -1329,6 +1338,7 @@ options:
set maximum length of output
$
\end{verbatim}
+% $ prevent Emacs tex-mode from getting confused
Optik was written by Greg Ward, with suggestions from the readers of
the Getopt SIG.