0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Doc/libgdbm.tex

9 lines
280 B
TeX
Raw Normal View History

1994-08-08 10:03:24 +02: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 10:03:24 +02:00
Warning: the file formats created by gdbm and dbm are incompatible.
\bimodindex{dbm}