This commit was manufactured by cvs2svn to create tag 'cnrisync'.
[python/dscho.git] / Doc / lib / libgdbm.tex
blob96be1653e45b9985b564c9fd958fcbe8c40c47b8
1 \section{Built-in Module \sectcode{gdbm}}
2 \bimodindex{gdbm}
4 This module is nearly identical to the \code{dbm} module, but uses
5 GDBM instead. Its interface is identical, and not repeated here.
7 Warning: the file formats created by gdbm and dbm are incompatible.
8 \bimodindex{dbm}