mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Update bsddb code to version 4.7.3pre2. This code should
be compatible with Python 3.0, also. http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3
This commit is contained in:
parent
82358691f7
commit
4907d27c1f
27 changed files with 1020 additions and 447 deletions
|
|
@ -1,18 +1,7 @@
|
|||
import unittest
|
||||
import os
|
||||
|
||||
try:
|
||||
# For Pythons w/distutils pybsddb
|
||||
from bsddb3 import db
|
||||
except ImportError:
|
||||
from bsddb import db
|
||||
|
||||
try:
|
||||
from bsddb3 import test_support
|
||||
except ImportError:
|
||||
from test import test_support
|
||||
|
||||
from test_all import get_new_environment_path, get_new_database_path
|
||||
from test_all import db, test_support, get_new_environment_path, get_new_database_path
|
||||
|
||||
|
||||
class DBSequenceTest(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue