Searched refs:bsddb185 (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_bsddb185.py | 9 bsddb185 = import_module('bsddb185', deprecated=True) variable 20 db = bsddb185.hashopen(findfile("185test.db"))
|
/external/python/cpython2/Doc/library/ |
D | bsddb.rst | 85 Beginning in 2.3 some Unix versions of Python may have a :mod:`bsddb185` module. 87 with the old Berkeley DB 1.85 database library. The :mod:`bsddb185` module
|
D | undoc.rst | 39 :mod:`bsddb185`
|
/external/python/cpython2/PC/os2emx/ |
D | README.os2emx | 126 These include ncurses (_curses, _curses_panel), BSD DB (bsddb185), 400 has been renamed bsddb185. The bsddb185 module will not be built by 406 included bsddb185 module). Unless you have problems with software 418 import bsddb185 as bsddb 515 bsddb185 module with the gcc 3.2.1 build, I had to recompile the DB library
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6b1.rst | 918 The bsddb185 module has been deprecated for removal in Python 3.0.
|
/external/python/cpython2/ |
D | README | 309 1.85 you will need to edit Modules/Setup to build the bsddb185 313 bsddb185 bsddbmodule.c 702 been retained as bsddb185, though it is not built by default. Users
|
/external/python/cpython2/Modules/ |
D | Setup.dist | 432 #bsddb185 bsddbmodule.c -I$(DBPORT)/include -I$(DBPORT) $(DBPORT)/libdb.a
|
/external/python/cpython2/Doc/faq/ |
D | general.rst | 457 What is this bsddb185 module my application keeps complaining about?
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.3.rst | 1237 The old version of the module has been renamed to :mod:`bsddb185` and is no
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.3.rst | 1237 The old version of the module has been renamed to :mod:`bsddb185` and is no
|
/external/python/cpython2/Misc/ |
D | HISTORY | 4030 - the bsddb185 module is built in one restricted instance - 5305 and is now named bsddb185. This supports Berkeley DB versions from
|
/external/python/cpython3/Misc/ |
D | HISTORY | 17330 - Removed these modules: audiodev, Bastion, bsddb185, exceptions, 21414 - the bsddb185 module is built in one restricted instance - 22689 and is now named bsddb185. This supports Berkeley DB versions from
|