]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge r58434:
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 12 Oct 2007 19:13:19 +0000 (19:13 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 12 Oct 2007 19:13:19 +0000 (19:13 +0000)
commit5c5f1703e558c9308c9d305f7927bf92e0180c31
treea007f43b1b68e8c2c814fa83ed53950ca8bef8a5
parent041683df428a42c8a01b68d79735b75d1d1dc111
Merge r58434:
Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve.DBShelf.append
was useless due to inverted logic.  Also adds a test case for RECNO dbs
to test_dbshelve.
Lib/bsddb/dbshelve.py
Lib/bsddb/test/test_dbshelve.py