]> granicus.if.org Git - python/commit
Merge trunk 58434:
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 12 Oct 2007 18:49:36 +0000 (18:49 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 12 Oct 2007 18:49:36 +0000 (18:49 +0000)
commit137bdfa27aa21623b9000fc672d25576f0ca2a80
treea8a83e41ec0ff02624d99bc2b613ad5d814c56b2
parent8012e9c2f74538fff946762102c700249f573895
Merge trunk 58434:
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
Misc/NEWS