[Python-Dev] Re: [Python-checkins] python/dist/src/Lib/bsddb dbshelve.py,1.4,1.4.4.1

Skip Montanaro skip@pobox.com
Tue, 28 Jan 2003 09:43:54 -0600


    barry> Add compatibility idiom, which tries to get bsddb.db first,
    barry> falling back to bsddb3.db

Should dbhash do something similar?  Should we perhaps toss bsddb185 in as a
fallback to the fallback?  If people decide they need bsddb185 (maybe they
are stuck at Berkeley DB 2.x?), I think they should be able to get back up
and running by just twiddling Modules/Setup, and not have to also find and
tweak a number of standard lib modules.

Skip