summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-03-07 15:45:15 (GMT)
committerSkip Montanaro <skip@pobox.com>2003-03-07 15:45:15 (GMT)
commit959c7727f4e9be7dabd2bff2a3cd1917c75f5fe1 (patch)
treeb731f3ffb700450d74235ff50524483e13d1c79c /Doc/whatsnew
parentce6bf59b2d7583c6a904f98e199988d9933720a9 (diff)
downloadcpython-959c7727f4e9be7dabd2bff2a3cd1917c75f5fe1.zip
cpython-959c7727f4e9be7dabd2bff2a3cd1917c75f5fe1.tar.gz
cpython-959c7727f4e9be7dabd2bff2a3cd1917c75f5fe1.tar.bz2
Add a little more verbiage about the bsddb module/package change. It's
clear from recent discussions on c.l.py that people are a bit confused about the differences between the old bsddb, the new bssdb, the bsddb3/PyBSDDB package and changes to file formats. Tried to clarify the issues.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew23.tex9
1 files changed, 8 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex
index f20c208..80e829b 100644
--- a/Doc/whatsnew/whatsnew23.tex
+++ b/Doc/whatsnew/whatsnew23.tex
@@ -1266,7 +1266,14 @@ The old version of the module has been renamed to
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.
+incompatibilities. When upgrading to Python 2.3, if you also change
+the underlying BerkeleyDB library, you will almost certainly have to
+convert your database files to the new version. You can do this
+fairly easily with the new scripts \file{db2pickle.py} and
+\file{pickle2db.py} which you will find in the distribution's
+Tools/scripts directory. If you've already been using the PyBSDDB
+package, importing it as \module{bsddb3}, you will have to change your
+\code{import} statements.
\item The Distutils \class{Extension} class now supports
an extra constructor argument named \var{depends} for listing