dbm
dbm — Simple “database” interface
Note
The dbm
module has been renamed to dbm.ndbm
in Python 3. The 2to3 tool will automatically adapt imports when converting your sources to Python 3.
The dbm
module provides an interface to the Unix “(n)dbm” library. Dbm objects behave like mappings (dictionaries), except that keys and values are always strings. Printing a dbm object doesn’t prin