summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-14 04:14:09 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-14 04:14:09 (GMT)
commit8f176accde0f4e7f755c9ee918156b1a08781584 (patch)
tree4fc1bd167eac2373da855464edd0ba013861dd64 /Modules
parent9d62943f24ecd9184574f67040ae906764a97ca9 (diff)
downloadcpython-8f176accde0f4e7f755c9ee918156b1a08781584.zip
cpython-8f176accde0f4e7f755c9ee918156b1a08781584.tar.gz
cpython-8f176accde0f4e7f755c9ee918156b1a08781584.tar.bz2
Update the comments for the BSD DB module, including a new pointer to
the DB 3 module; thanks to Robin Dunn <robind@users.sourceforge.net>. This closes SourceForge bug #116850.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Setup.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index 7e33379..ca83fab 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -360,11 +360,13 @@ new newmodule.c
# Edit the variables DB and DBPORT to point to the db top directory
# and the subdirectory of PORT where you built it.
#
-# (See http://www.jenkon-dev.com/~rd/python/ for an interface to
-# BSD DB 2.1.0.)
+# (See http://electricrain.com/greg/python/bsddb3/ for an interface to
+# BSD DB 3.x.)
# Note: If a db.h file is found by configure, bsddb will be enabled
-# automatically via Setup.config.in
+# automatically via Setup.config.in. It only needs to be enabled here
+# if it is not automatically enabled there; check the generated
+# Setup.config before enabling it here.
#DB=/depot/sundry/src/berkeley-db/db.1.85
#DBPORT=$(DB)/PORT/irix.5.3