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

Neale Pickett npickett at users.sourceforge.net
Mon Dec 2 22:02:28 2002


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

Modified Files:
	anydbm.py 
Log Message:
* Didn't read Richie's post closely enough.  Until we figure out a
  way to use bsddb3 gracefully, Windows folks don't get dbhash or
  bsddb3 (which didn't work anyway).


Index: anydbm.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/anydbm.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** anydbm.py	2 Dec 2002 20:23:39 -0000	1.3
--- anydbm.py	2 Dec 2002 22:02:23 -0000	1.4
***************
*** 18,22 ****
  if sys.platform in ["win32"]:
      # dbm on windows is awful.
!     _names = ["bsddb3", "gdbm", "dumbdbm"]
  else:
      _names = ["dbhash", "gdbm", "dbm", "dumbdbm"]
--- 18,22 ----
  if sys.platform in ["win32"]:
      # dbm on windows is awful.
!     _names = ["gdbm", "dumbdbm"]
  else:
      _names = ["dbhash", "gdbm", "dbm", "dumbdbm"]





More information about the Spambayes-checkins mailing list