]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
d'oh! could have _sworn_ I checked this in last weekend.
authorAnthony Baxter <anthonybaxter@gmail.com>
Fri, 21 Dec 2001 04:46:19 +0000 (04:46 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Fri, 21 Dec 2001 04:46:19 +0000 (04:46 +0000)
commitfc543106c808f617785453e4e48872498729d35f
tree448d88060cf6cb63a07bf603b07cd41e4ca28dfc
parentba5a3f2ebb31f4d131314820d5dda5506c06fa60
d'oh! could have _sworn_ I checked this in last weekend.

Make dumbdbm merely "dumb", rather than "terminally broken". Without this
patch, it's almost impossible to use dumbdbm _without_ causing horrible
datalossage. With this patch, dumbdbm passes my own horrible torture test,
as well as the roundup test suite.

dumbdbm really could do with a smidgin of a rewrite or two, but that's not
suitable for the release21-maint branch.

This patch should go into the trunk as well.
Lib/dumbdbm.py