[Spambayes-checkins] spambayes/spambayes dbmstorage.py,1.6,1.7

Skip Montanaro montanaro at users.sourceforge.net
Wed Aug 6 18:05:17 EDT 2003


Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv19169

Modified Files:
	dbmstorage.py 
Log Message:
missed an occurrence of dumdbm in the win32 branch


Index: dbmstorage.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/dbmstorage.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** dbmstorage.py	7 Aug 2003 00:01:07 -0000	1.6
--- dbmstorage.py	7 Aug 2003 00:05:14 -0000	1.7
***************
*** 27,31 ****
          # Note that Python 2.3 and later ship with the new bsddb interface
          # as the default bsddb module - so 2.3 can use the old name safely.
!         funcs = [open_db3hash, open_gdbm, open_dumbdbm]
          if sys.version_info >= (2,3):
              funcs.insert(0, open_dbhash)
--- 27,31 ----
          # Note that Python 2.3 and later ship with the new bsddb interface
          # as the default bsddb module - so 2.3 can use the old name safely.
!         funcs = [open_db3hash, open_gdbm]
          if sys.version_info >= (2,3):
              funcs.insert(0, open_dbhash)





More information about the Spambayes-checkins mailing list