[Spambayes-checkins] spambayes/spambayes Options.py,1.58,1.59

Tony Meyer anadelonbrin at users.sourceforge.net
Thu Jul 24 15:31:26 EDT 2003


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

Modified Files:
	Options.py 
Log Message:
Fix for
[ 777165 ] Typo in Options.py causes bogus warning on reading config

Index: Options.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/Options.py,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** Options.py	22 Jul 2003 07:13:43 -0000	1.58
--- Options.py	24 Jul 2003 21:31:24 -0000	1.59
***************
*** 920,924 ****
       is "best", which will pick the best DBM type available on your
       platform.""",
!      ("best", "bd3hash", "dbhash", "gdbm", "dumbdbm"), RESTORE),
    ),
  }
--- 920,924 ----
       is "best", which will pick the best DBM type available on your
       platform.""",
!      ("best", "db3hash", "dbhash", "gdbm", "dumbdbm"), RESTORE),
    ),
  }





More information about the Spambayes-checkins mailing list