[Spambayes-checkins] spambayes/spambayes Options.py,1.129,1.130

Tony Meyer anadelonbrin at users.sourceforge.net
Sun Nov 27 03:15:41 CET 2005


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

Modified Files:
	Options.py 
Log Message:
Make a start on 1.1a2.

Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Options.py,v
retrieving revision 1.129
retrieving revision 1.130
diff -C2 -d -r1.129 -r1.130
*** Options.py	26 Nov 2005 06:44:15 -0000	1.129
--- Options.py	27 Nov 2005 02:15:33 -0000	1.130
***************
*** 516,521 ****
    # loaded by the appropriate application only.
    "Storage" : (
!     ("persistent_use_database", _("Use database for storage"), "zodb",
!      _("""SpamBayes can use either a ZODB or bsddb database (quick to score
       one message) or a pickle (quick to train on huge amounts of messages).
       There is also (currently experimental) the ability to use a mySQL or
--- 516,521 ----
    # loaded by the appropriate application only.
    "Storage" : (
!     ("persistent_use_database", _("Database backend"), "zodb",
!      _("""SpamBayes can use either a ZODB or dbm database (quick to score
       one message) or a pickle (quick to train on huge amounts of messages).
       There is also (currently experimental) the ability to use a mySQL or



More information about the Spambayes-checkins mailing list