]> granicus.if.org Git - python/commitdiff
correct wording of comments about old bsddb (now bsddb185) module
authorSkip Montanaro <skip@pobox.com>
Mon, 2 Dec 2002 00:27:10 +0000 (00:27 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 2 Dec 2002 00:27:10 +0000 (00:27 +0000)
Modules/Setup.dist

index d24fef428e2a983ee0ce90d197559ad3fa207206..7b91185c88672a9c30059bdefb042987c269866b 100644 (file)
@@ -413,12 +413,10 @@ GLHACK=-Dclear=__GLclear
 
 # Historical Berkeley DB 1.85
 #
-# This requires the Berkeley DB code, see
-# ftp://ftp.cs.berkeley.edu/pub/4bsd/db.1.85.tar.gz
-#
-# This module is deprecated; the historical BSDDB library has bugs
-# that can cause data corruption. If you can, use the Sleepycat library
-# instead.
+# This module is deprecated; the 1.85 version of the Berkeley DB library has
+# bugs that can cause data corruption. If you can, use later versions of the
+# library instead, available from <http://www.sleepycat.com/>.
+
 #DB=/depot/sundry/src/berkeley-db/db.1.85
 #DBPORT=$(DB)/PORT/irix.5.3
 #bsddb185 bsddbmodule.c -I$(DBPORT)/include -I$(DBPORT) $(DBPORT)/libdb.a