diff options
author | Skip Montanaro <skip@pobox.com> | 2002-12-02 00:27:10 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2002-12-02 00:27:10 (GMT) |
commit | 56643679f4cde17344646c610cad78e3e722daba (patch) | |
tree | bd672723f572bb2667bd10efea103a6d9922104e /Modules | |
parent | 927bc451c4aafed9aeebdbf71276621ddd501226 (diff) | |
download | cpython-56643679f4cde17344646c610cad78e3e722daba.zip cpython-56643679f4cde17344646c610cad78e3e722daba.tar.gz cpython-56643679f4cde17344646c610cad78e3e722daba.tar.bz2 |
correct wording of comments about old bsddb (now bsddb185) module
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Setup.dist | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index d24fef4..7b91185 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -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 |