Staging
v0.5.1
https://github.com/python/cpython
Revision bc2472db8eeee545a2d815ec2e9ee71132d3b20c authored by Guido van Rossum on 30 April 1997, 19:07:54 UTC, committed by Guido van Rossum on 30 April 1997, 19:07:54 UTC
1 parent 15e33a4
Raw File
Tip revision: bc2472db8eeee545a2d815ec2e9ee71132d3b20c authored by Guido van Rossum on 30 April 1997, 19:07:54 UTC
Avoid some potential (though unlikely) sprintf buffer overflows.
Tip revision: bc2472d
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