Staging
v0.5.1
https://github.com/python/cpython
Revision c148cd6cdde0bb1d67d69b2424cb22ba9ccb4110 authored by Guido van Rossum on 23 October 1996, 16:25:38 UTC, committed by Guido van Rossum on 23 October 1996, 16:25:38 UTC
1 parent 71ec03b
Raw File
Tip revision: c148cd6cdde0bb1d67d69b2424cb22ba9ccb4110 authored by Guido van Rossum on 23 October 1996, 16:25:38 UTC
Ignore Frame backup and lock files.
Tip revision: c148cd6
libgdbm.tex
\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.

Warning: the file formats created by gdbm and dbm are incompatible.
\bimodindex{dbm}
back to top