mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Deprecate the bsddb185 module for removal in 3.0.
This commit is contained in:
parent
4c1f881f13
commit
768d44f54d
5 changed files with 16 additions and 3 deletions
|
@ -4,9 +4,9 @@ The file 185test.db found in Lib/test/ is for testing purposes with this
|
|||
testing suite.
|
||||
|
||||
"""
|
||||
from test.test_support import run_unittest, findfile
|
||||
from test.test_support import run_unittest, findfile, import_module
|
||||
import unittest
|
||||
import bsddb185
|
||||
bsddb185 = import_module('bsddb185', deprecated=True)
|
||||
import anydbm
|
||||
import whichdb
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue