[Spambayes-checkins] spambayes/pspam/pspam profile.py,1.3,1.4

Tim Peters tim_one@users.sourceforge.net
Mon Nov 11 01:59:08 2002


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

Modified Files:
	profile.py 
Log Message:
For the benefit of future generations, renamed some options:

Old                             New
---                             ---
robinson_probability_x          unknown_word_prob
robinson_probability_s          unknown_word_strength
robinson_minimum_prob_strength  minimum_prob_strength


Index: profile.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/pspam/pspam/profile.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** profile.py	7 Nov 2002 22:30:11 -0000	1.3
--- profile.py	11 Nov 2002 01:59:06 -0000	1.4
***************
*** 44,48 ****
  class WordInfo(Persistent):
  
!     def __init__(self, atime, spamprob=options.robinson_probability_x):
          self.atime = atime
          self.spamcount = self.hamcount = self.killcount = 0
--- 44,48 ----
  class WordInfo(Persistent):
  
!     def __init__(self, atime, spamprob=options.unknown_word_prob):
          self.atime = atime
          self.spamcount = self.hamcount = self.killcount = 0





More information about the Spambayes-checkins mailing list