mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
This was found by Guido AFAIK on p3yk (sic) branch.
This commit is contained in:
parent
d3da7d394a
commit
8dc71f2161
2 changed files with 8 additions and 1 deletions
|
|
@ -697,7 +697,7 @@ class BasicTransactionTestCase(BasicTestCase):
|
|||
for log in logs:
|
||||
if verbose:
|
||||
print 'log file: ' + log
|
||||
if db.version >= (4,2):
|
||||
if db.version() >= (4,2):
|
||||
logs = self.env.log_archive(db.DB_ARCH_REMOVE)
|
||||
assert not logs
|
||||
|
||||
|
|
|
|||
|
|
@ -40,6 +40,13 @@ Library
|
|||
- Bug #1543303, patch #1543897: remove NUL padding from tarfiles.
|
||||
|
||||
|
||||
Tests
|
||||
-----
|
||||
|
||||
- Fix bsddb test_basics.test06_Transactions to check the version
|
||||
number properly.
|
||||
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue