cpython/Lib/bsddb
Guido van Rossum 7a98e8083c In class bsdTableDB, add class variables db and env (set to None) to
prevent close() called from __del__ from bombing out when __init__()
fails early.
2002-12-02 16:17:46 +00:00
..
test Whitespace normalization. 2002-11-24 02:35:35 +00:00
__init__.py Delete bsddb from sys.modules if _bsddb cannot be imported. 2002-11-24 08:26:01 +00:00
db.py Replace bsddb3 and _db occurrences. 2002-11-19 17:48:49 +00:00
dbobj.py Whitespace normalization. 2002-11-24 02:35:35 +00:00
dbrecio.py Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. 2002-11-19 08:09:52 +00:00
dbshelve.py Whitespace normalization. 2002-11-24 02:35:35 +00:00
dbtables.py In class bsdTableDB, add class variables db and env (set to None) to 2002-12-02 16:17:46 +00:00
dbutils.py Fix typo in except clause (_db should be _bsddb). 2002-12-02 16:08:54 +00:00