Staging
v0.5.1
https://github.com/python/cpython
Revision 95ffa23597b1263b371581e4f14650356e81fba2 authored by Jack Jansen on 03 October 1995, 14:38:41 UTC, committed by Jack Jansen on 03 October 1995, 14:38:41 UTC
1 parent 8426477
Raw File
Tip revision: 95ffa23597b1263b371581e4f14650356e81fba2 authored by Jack Jansen on 03 October 1995, 14:38:41 UTC
Removed unused variables
Tip revision: 95ffa23
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