gdbm -- Python library reference
Next:
termios
Prev:
dbm
Up:
UNIX Specific Services
Top:
Top
8.6. Built-in Module
gdbm
This module is nearly identical to the
dbm
module, but uses GDBM instead. Its interface is identical, and not repeated here.
Warning: the file formats created by gdbm and dbm are incompatible.