[Python-3000] PEP 3108 and the demise of bsddb3

skip at pobox.com skip at pobox.com
Thu Sep 4 13:03:27 CEST 2008


    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


More information about the Python-3000 mailing list