]> granicus.if.org Git - python/commit
Fix dumbdbm and test_dumbdbm to work with dict views. Bug in dumbdbm was from
authorBrett Cannon <bcannon@gmail.com>
Thu, 22 Feb 2007 05:04:32 +0000 (05:04 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 22 Feb 2007 05:04:32 +0000 (05:04 +0000)
commitc1b22a07c32481855af661f4d6888c9e361e9200
tree19e21a52283bcfabc89e6498b567e2d0f542ec09
parentf0c82f9842c76a0b1c287c20d9e2061bbc134739
Fix dumbdbm and test_dumbdbm to work with dict views.  Bug in dumbdbm was from
dict views not being iterators but just iterables.
Lib/dumbdbm.py
Lib/test/test_dumbdbm.py