mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bsddb module updated to version 4.7.0
This commit is contained in:
parent
9a8af2df23
commit
ca3939cd52
6 changed files with 91 additions and 11 deletions
|
@ -110,7 +110,7 @@ class DBSequenceTest(unittest.TestCase):
|
|||
self.assertRaises(db.DBNotFoundError, seq.open,
|
||||
key='id', txn=None, flags=0)
|
||||
|
||||
self.assertRaises(db.DBNotFoundError, seq.stat)
|
||||
self.assertRaises(db.DBInvalidArgError, seq.stat)
|
||||
|
||||
d.close()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue