Staging
v0.5.1
https://github.com/python/cpython
Revision 450ae9f352d0ce77726b5b95ff31a80b0d75a457 authored by Jack Jansen on 13 May 1997, 15:41:48 UTC, committed by Jack Jansen on 13 May 1997, 15:41:48 UTC
1 parent 48c5527
Raw File
Tip revision: 450ae9f352d0ce77726b5b95ff31a80b0d75a457 authored by Jack Jansen on 13 May 1997, 15:41:48 UTC
Don't free the MacOS_Splash() dialog twice...
Tip revision: 450ae9f
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