Staging
v0.5.1
https://github.com/python/cpython
Revision b4ae6a39992c43578a96320151003ee38680f681 authored by Guido van Rossum on 08 August 1996, 19:05:09 UTC, committed by Guido van Rossum on 08 August 1996, 19:05:09 UTC
1 parent 3bedce0
Raw File
Tip revision: b4ae6a39992c43578a96320151003ee38680f681 authored by Guido van Rossum on 08 August 1996, 19:05:09 UTC
Re-install aix files (what happened?)
Tip revision: b4ae6a3
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