On bsddb, > Python 2.4 has 4.2: > > Python 2.4 (#60, Nov 30 2004, 11:49:19) [MSC v.1310 32 bit (Intel)] > on win32 Type "help", "copyright", "credits" or "license" for more > information. >>>> import bsddb >>>> bsddb._db.version() > (4, 2, 52) >>>> bsddb._db.DB_VERSION_STRING > 'Sleepycat Software: Berkeley DB 4.2.52: (December 3, 2003)' > > So if the builds stay with 2.4*, we'll also get the improved bsddb, > which might help. > > * I'll leave 1.0.3 with 2.4 - if people want 2.3, then there's 1.0.1 > or the source. I'd like 1.1a1 to use 2.4, but also want to include > the Zope stuff necessary for ZODBStorage, and there isn't a 2.4 > binary for that yet AFAIK. Not sure what I'll do about that yet (but > I ought to hurry up and figure it out).
Having done a short overview of pybsddb CHANGES.txt doc it seems it's possible to use python 2.3 bindings for bsddb versions 4.2 & 4.3. Don't take that for granted though, I've never used bsddb before (or anydbm for this matter) in my python programs. -H. _______________________________________________ spambayes-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/spambayes-dev
