[Python-checkins] python/nondist/sandbox/spambayes cleanarch,1.1,1.2

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 26 Aug 2002 10:06:07 -0700


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

Modified Files:
	cleanarch 
Log Message:
"From " is a header more than a separator, so don't bump the msg count
at the end.


Index: cleanarch
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/spambayes/cleanarch,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** cleanarch	20 Aug 2002 19:08:44 -0000	1.1
--- cleanarch	26 Aug 2002 17:06:04 -0000	1.2
***************
*** 150,155 ****
                  print >> sys.stderr
                  statuscnt = 0
!     # We've found `messages' separators, so the number of messages is +1
!     messages += 1
      print >> sys.stderr, messages, 'messages found'
  
--- 150,154 ----
                  print >> sys.stderr
                  statuscnt = 0
! 
      print >> sys.stderr, messages, 'messages found'