Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12088/spambayes
Modified Files:
Options.py
Log Message:
Change default storage to ZODB, as per spambayes-dev discussion a couple of
weeks back.
Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Options.py,v
retrieving revision 1.127
retrieving revision 1.128
diff -C2 -d -r1.127 -r1.128
*** Options.py 26 Nov 2005 05:33:03 -0000 1.127
--- Options.py 26 Nov 2005 05:35:10 -0000 1.128
***************
*** 516,528 ****
# loaded by the appropriate application only.
"Storage" : (
! ("persistent_use_database", _("Use database for storage"), "dbm",
! _("""SpamBayes can use either a 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
! PostgrepSQL database. For historical reasons, if you set this to
! "True" you are selecting "dbm" and if you set this to "False" you
! are selecting "pickle". We recommend explicitly selecting the type,
! (i.e. changing "True" to "dbm" and "False" to "pickle", or sticking
! with the default."""),
("zeo", "zodb", "cdb", "mysql", "pgsql", "dbm", "pickle"), RESTORE),
--- 516,524 ----
# 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
! PostgrepSQL database."""),
("zeo", "zodb", "cdb", "mysql", "pgsql", "dbm", "pickle"), RESTORE),
_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins