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

Tim Stone timstone4 at users.sourceforge.net
Sat Jan 18 08:31:00 EST 2003


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

Modified Files:
	Corpus.py 
Log Message:
Corrected print message with error documented in 669149

Index: Corpus.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Corpus.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Corpus.py	17 Jan 2003 20:02:37 -0000	1.3
--- Corpus.py	18 Jan 2003 16:30:57 -0000	1.4
***************
*** 265,269 ****
              if msg.createTimestamp() < time.time() - self.expireBefore:
                  if options.verbose:
!                     print 'message %s has expired' % (key)
                  self.removeMessage(msg)
  
--- 265,269 ----
              if msg.createTimestamp() < time.time() - self.expireBefore:
                  if options.verbose:
!                     print 'message %s has expired' % (msg.key())
                  self.removeMessage(msg)
  





More information about the Spambayes-checkins mailing list