Staging
v0.5.1
https://github.com/python/cpython
Revision 53f4524a9211abfe6e8f2be5de649e5f3f6bea01 authored by Guido van Rossum on 08 October 1995, 00:42:46 UTC, committed by Guido van Rossum on 08 October 1995, 00:42:46 UTC
1 parent 447ae53
Raw File
Tip revision: 53f4524a9211abfe6e8f2be5de649e5f3f6bea01 authored by Guido van Rossum on 08 October 1995, 00:42:46 UTC
disable code generation for access statement
Tip revision: 53f4524
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