Brett> All but dbm.dumb require some pre-existing library to exist to
    Brett> compile against. So any platform that has the proper libraries
    Brett> installed will be able to use ndbm or gnu, but as for which
    Brett> platforms that are I do not know.

Wasn't bsddb (either bsddb185 or bsddb3) built for the Windows
distributions?  Without something there's no guarantee that anydbm or shelve
will work out of the box.  As Raymond pointed out, dumbdbm would be a poor
choice as the default dict-on-disk module.

Skip
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to