[Python-checkins] python/nondist/sandbox/spambayes GBayes.py,1.6,1.7

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Tue, 20 Aug 2002 11:44:32 -0700


Update of /cvsroot/python/python/nondist/sandbox/spambayes
In directory usw-pr-cvs1:/tmp/cvs-serv9046

Modified Files:
	GBayes.py 
Log Message:
Indent repair in clearjunk().


Index: GBayes.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/spambayes/GBayes.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** GBayes.py	20 Aug 2002 18:22:50 -0000	1.6
--- GBayes.py	20 Aug 2002 18:44:30 -0000	1.7
***************
*** 250,254 ****
                  if self.DEBUG:
                      print "clearjunk removing word %r: %r" % (w, r)
!             del wordinfo[w]
  
      def _add_msg(self, wordstream, is_spam):
--- 250,254 ----
                  if self.DEBUG:
                      print "clearjunk removing word %r: %r" % (w, r)
!                 del wordinfo[w]
  
      def _add_msg(self, wordstream, is_spam):