[Spambayes-checkins] spambayes Bayes.py,1.1,1.2

Tim Stone timstone4@users.sourceforge.net
Sat Nov 16 16:38:58 2002


Update of /cvsroot/spambayes/spambayes
In directory usw-pr-cvs1:/tmp/cvs-serv7833

Modified Files:
	Bayes.py 
Log Message:
Added mode 'c' on DBDict constructor call to account for recent change
to that class.

Index: Bayes.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Bayes.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Bayes.py	16 Nov 2002 16:18:23 -0000	1.1
--- Bayes.py	16 Nov 2002 16:38:56 -0000	1.2
***************
*** 176,180 ****
          self.db_name = db_name
          self.statekey = "saved state"
!         self.wordinfo = DBDict(db_name, (self.statekey,))  # r/rw?
  
          self.load()
--- 176,180 ----
          self.db_name = db_name
          self.statekey = "saved state"
!         self.wordinfo = DBDict(db_name, (self.statekey,), 'c')  # r/rw?
  
          self.load()





More information about the Spambayes-checkins mailing list