[Python-checkins] python/dist/src/Modules Setup.dist,1.32,1.33

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Sun, 01 Dec 2002 16:27:12 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv25902

Modified Files:
	Setup.dist 
Log Message:
correct wording of comments about old bsddb (now bsddb185) module


Index: Setup.dist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.dist,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** Setup.dist	19 Nov 2002 08:30:08 -0000	1.32
--- Setup.dist	2 Dec 2002 00:27:10 -0000	1.33
***************
*** 414,423 ****
  # 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.
  #DB=/depot/sundry/src/berkeley-db/db.1.85
  #DBPORT=$(DB)/PORT/irix.5.3
--- 414,421 ----
  # Historical Berkeley DB 1.85
  #
! # 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