]> granicus.if.org Git - python/commit
Fix compatibility for earlier versions of Python (than 2.3), which
authorBarry Warsaw <barry@python.org>
Sat, 8 Feb 2003 03:18:58 +0000 (03:18 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 8 Feb 2003 03:18:58 +0000 (03:18 +0000)
commit9914227caa4f25b7442ea82cd6feab68821bb011
treea26c22ef86bb8379b60d8c6ec4e6979ba8d1d041
parent07534a607bd3d2fd232323811a83279acda10885
Fix compatibility for earlier versions of Python (than 2.3), which
doesn't have UserDict.DictMixin.
Lib/bsddb/dbobj.py
Lib/bsddb/dbshelve.py