]> granicus.if.org Git - python/commit
Make db modules' error classes inherit IOError.
authorGeorg Brandl <georg@python.org>
Wed, 28 May 2008 08:43:17 +0000 (08:43 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 28 May 2008 08:43:17 +0000 (08:43 +0000)
commitb17acad68ea21c60dbc2088644f2934032304628
treecc040cbefab321dd34a06599f9a49a83a37977c1
parente81f5ef1ebf57e9df2cfefabb5c5fa67defa6d2f
Make db modules' error classes inherit IOError.
Stop dbm from importing every dbm module when imported.
Lib/dbm/__init__.py
Lib/dbm/bsd.py
Lib/test/test_dbm.py
Modules/_dbmmodule.c
Modules/_gdbmmodule.c