[Python-3000-checkins] r55250 - python/branches/p3yk/Modules/Setup.dist

neal.norwitz python-3000-checkins at python.org
Fri May 11 09:32:14 CEST 2007


Author: neal.norwitz
Date: Fri May 11 09:32:13 2007
New Revision: 55250

Modified:
   python/branches/p3yk/Modules/Setup.dist
Log:
bsddb185: Gotta remove from the file checked in, not Setup

Modified: python/branches/p3yk/Modules/Setup.dist
==============================================================================
--- python/branches/p3yk/Modules/Setup.dist	(original)
+++ python/branches/p3yk/Modules/Setup.dist	Fri May 11 09:32:13 2007
@@ -409,17 +409,6 @@
 #DBLIB=$(DB)/lib
 #_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)
 
-# 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
-#bsddb185 bsddbmodule.c -I$(DBPORT)/include -I$(DBPORT) $(DBPORT)/libdb.a
-
-
 
 # Helper module for various ascii-encoders
 #binascii binascii.c


More information about the Python-3000-checkins mailing list