]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
catch the situation where Berkeley DB is used to emulate dbm(3) library
authorSkip Montanaro <skip@pobox.com>
Fri, 2 Aug 2002 17:12:15 +0000 (17:12 +0000)
committerSkip Montanaro <skip@pobox.com>
Fri, 2 Aug 2002 17:12:15 +0000 (17:12 +0000)
commit404378f83432651429634d7e2a66d2b079397099
tree2b320aab0d8c32cbfe6828dc80ef652e032db993
parent13a5678a5152b019300baeb5dcfe5bbc780e84d9
catch the situation where Berkeley DB is used to emulate dbm(3) library
functions.  In this case, calling dbm.open("foo", "c") actually creates a
file named "foo.db".
Lib/whichdb.py