[Spambayes-checkins] spambayes classifier.py,1.52,1.53

Tim Peters tim_one@projects.sourceforge.net
Mon Nov 18 18:23:43 2002


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

Modified Files:
	classifier.py 
Log Message:
clearjunk():  More proof nobody ever tried this -- it would have blown
up at once w/ a NameError on mincount (left over from a previous version).


Index: classifier.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/classifier.py,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** classifier.py	18 Nov 2002 18:17:13 -0000	1.52
--- classifier.py	18 Nov 2002 18:23:09 -0000	1.53
***************
*** 399,403 ****
  
          wordinfo = self.wordinfo
-         mincount = float(mincount)
          tonuke = [w for w, r in wordinfo.iteritems() if r.atime < oldesttime]
          for w in tonuke:
--- 399,402 ----





More information about the Spambayes-checkins mailing list