]> granicus.if.org Git - python/commit
Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve.DBShelf.append
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 12 Oct 2007 18:44:06 +0000 (18:44 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 12 Oct 2007 18:44:06 +0000 (18:44 +0000)
commitd40f126fffbb05e1f46dff3d2e0f3e8b1938de1c
treee887b6c35ad89eb5bcb9fe72f9c3025bcb223d63
parent3a0de08d5468c18ba09443cbe2f3b661ddd775e0
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