commit | d40f126fffbb05e1f46dff3d2e0f3e8b1938de1c | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Fri Oct 12 18:44:06 2007 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Fri Oct 12 18:44:06 2007 +0000 |
tree | e887b6c35ad89eb5bcb9fe72f9c3025bcb223d63 | |
parent | 3a0de08d5468c18ba09443cbe2f3b661ddd775e0 [diff] |
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.