summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bsddb3.py
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2006-06-05 18:48:21 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2006-06-05 18:48:21 (GMT)
commit372b583a6b9fb16b4a7dd926d0bf0bf35975646a (patch)
tree95fc563d2230de6e452ab54404a63fc4fa403f7e /Lib/test/test_bsddb3.py
parent1cb75a5e0d295de36060a867d6c517cf71369db4 (diff)
downloadcpython-372b583a6b9fb16b4a7dd926d0bf0bf35975646a.zip
cpython-372b583a6b9fb16b4a7dd926d0bf0bf35975646a.tar.gz
cpython-372b583a6b9fb16b4a7dd926d0bf0bf35975646a.tar.bz2
* fix DBCursor.pget() bug with keyword argument names when no data= is
supplied [SF pybsddb bug #1477863]
Diffstat (limited to 'Lib/test/test_bsddb3.py')
-rw-r--r--Lib/test/test_bsddb3.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_bsddb3.py b/Lib/test/test_bsddb3.py
index dcc7c43..8b0c50c 100644
--- a/Lib/test/test_bsddb3.py
+++ b/Lib/test/test_bsddb3.py
@@ -45,6 +45,7 @@ def suite():
'test_recno',
'test_thread',
'test_sequence',
+ 'test_cursor_pget_bug',
]
alltests = unittest.TestSuite()