]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport 43519. fixes SF bug 1117761.
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 12 Apr 2006 20:37:58 +0000 (20:37 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 12 Apr 2006 20:37:58 +0000 (20:37 +0000)
commitb5ee849b95458106543aa16394acb6566a3bab6b
tree178068728cac3e3f805aad97967fef5093625f69
parent337c143b4a1dd06aac882febcee80d9af7342493
backport 43519.   fixes SF bug 1117761.

bsddb.*open() methods were failing when the cachesize parameter was
supplied.
Lib/bsddb/__init__.py
Lib/test/test_bsddb.py