[Spambayes-checkins] spambayes/spambayes message.py,1.51,1.52

Sjoerd Mullender sjoerd at users.sourceforge.net
Tue Aug 3 13:54:25 CEST 2004


Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3194

Modified Files:
	message.py 
Log Message:
Don't round-trip the message being tokenized to a string.


Index: message.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/message.py,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** message.py	14 Jul 2004 07:08:51 -0000	1.51
--- message.py	3 Aug 2004 11:54:22 -0000	1.52
***************
*** 273,277 ****
  
      def asTokens(self):
!         return tokenize(self.as_string())
  
      def tokenize(self):
--- 273,277 ----
  
      def asTokens(self):
!         return tokenize(self)
  
      def tokenize(self):



More information about the Spambayes-checkins mailing list