]> granicus.if.org Git - python/commit
Gustavo Niemeyer <niemeyer@conectiva.com>:
authorFred Drake <fdrake@acm.org>
Tue, 27 Feb 2001 18:56:46 +0000 (18:56 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 27 Feb 2001 18:56:46 +0000 (18:56 +0000)
commited5e8234d76881fee036a3d2e642c6a7434c6eec
tree4eeec9bc75da02e704e2893fd6041579198147ae
parentcf9926ca8d2d37646804eb0fe029b1f09d2653c2
Gustavo Niemeyer <niemeyer@conectiva.com>:
Fixed recno support (keys are integers rather than strings).
Work around DB bug that cause stdin to be closed by rnopen() when the
DB file needed to exist but did not (no longer segfaults).

This closes SF tracker patch #403445.

Also wrapped some long lines and added whitespace around operators -- FLD.
Modules/bsddbmodule.c