Staging
v0.5.1
https://github.com/python/cpython
Revision 3823420ca4432c20892cbff0267219fe16358a94 authored by Guido van Rossum on 31 July 1996, 17:55:19 UTC, committed by Guido van Rossum on 31 July 1996, 17:55:19 UTC
1 parent 5e41644
Raw File
Tip revision: 3823420ca4432c20892cbff0267219fe16358a94 authored by Guido van Rossum on 31 July 1996, 17:55:19 UTC
If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail.
Tip revision: 3823420
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