Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve.DBShelf.append
commit68ce09eb9520af3f151f5f4c77956b4509cf0f47
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 12 Oct 2007 18:44:06 +0000 (12 18:44 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 12 Oct 2007 18:44:06 +0000 (12 18:44 +0000)
tree848bd0113150b548bd1bcf257fe8b57244cf2637
parentb9ab6074b3d7556555c2da28b19fcf662621a000
Fixes 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.

git-svn-id: http://svn.python.org/projects/python/trunk@58434 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/bsddb/dbshelve.py
Lib/bsddb/test/test_dbshelve.py