shelve documentation says:
The choice of which database package will be used (such as dbm, gdbm
or bsddb) depends on which interface is available.
What is that mean? How to determine which package choosen? How to strictly define which one must be choosed? What database implementation best to use?
Found it here:
http://www.gossamer-threads.com/lists/python/python/13891
ps
In linked page someone also found this somewhere, but his link is dead.