[Spambayes-checkins] spambayes/spambayes Options.py,1.60,1.61
Tony Meyer
anadelonbrin at users.sourceforge.net
Wed Aug 6 18:11:03 EDT 2003
Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv19812/spambayes
Modified Files:
Options.py
Log Message:
Remove dumbdbm from the options presented since Skip got round to taking it out
(it was on my to-do list, honest! :)
Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Options.py,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** Options.py 29 Jul 2003 06:32:48 -0000 1.60
--- Options.py 7 Aug 2003 00:11:01 -0000 1.61
***************
*** 916,924 ****
("dbm_type", "Database storage type", "best",
! """What DBM storage type should we use? Must be best, db3hash, dbhash,
! gdbm, or dumbdbm. Windows folk should steer clear of dbhash. Default
is "best", which will pick the best DBM type available on your
platform.""",
! ("best", "db3hash", "dbhash", "gdbm", "dumbdbm"), RESTORE),
("proxy_username", "HTTP Proxy Username", "",
--- 916,924 ----
("dbm_type", "Database storage type", "best",
! """What DBM storage type should we use? Must be best, db3hash,
! dbhash or gdbm. Windows folk should steer clear of dbhash. Default
is "best", which will pick the best DBM type available on your
platform.""",
! ("best", "db3hash", "dbhash", "gdbm"), RESTORE),
("proxy_username", "HTTP Proxy Username", "",
More information about the Spambayes-checkins
mailing list