[Spambayes-checkins] spambayes storage.py,1.3,1.4

Tim Stone timstone4@users.sourceforge.net
Wed Nov 27 23:04:17 2002


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

Modified Files:
	storage.py 
Log Message:
Fixed a couple of comments

Index: storage.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/storage.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** storage.py	27 Nov 2002 22:37:56 -0000	1.3
--- storage.py	27 Nov 2002 23:04:14 -0000	1.4
***************
*** 5,9 ****
  Classes:
      PickledClassifier - Classifier that uses a pickle db
!     DBDictClassifier - Classifier that uses a DBM db
      Trainer - Classifier training observer
      SpamTrainer - Trainer for spam
--- 5,9 ----
  Classes:
      PickledClassifier - Classifier that uses a pickle db
!     DBDictClassifier - Classifier that uses a shelve db
      Trainer - Classifier training observer
      SpamTrainer - Trainer for spam
***************
*** 43,49 ****
  # Foundation license.
  
! __author__ = "Tim Stone <tim@fourstonesExpressions.com>"
! __credits__ = "Richie Hindle, Tim Peters, Neale Pickett, \
! all the spambayes contributors."
  
  import classifier
--- 43,49 ----
  # Foundation license.
  
! __author__ = "Neale Pickett <neale@woozle.org>, \
! Tim Stone <tim@fourstonesExpressions.com>"
! __credits__ = "All the spambayes contributors."
  
  import classifier





More information about the Spambayes-checkins mailing list