cpython/Doc/libgdbm.tex

9 lines
280 B
TeX
Raw Normal View History

1994-08-08 08:03:24 +00:00
\section{Built-in Module \sectcode{gdbm}}
\bimodindex{gdbm}
This module is nearly identical to the \code{dbm} module, but uses
GDBM instead. Its interface is identical, and not repeated here.
1994-08-08 08:03:24 +00:00
Warning: the file formats created by gdbm and dbm are incompatible.
\bimodindex{dbm}