commit | c1b22a07c32481855af661f4d6888c9e361e9200 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Feb 22 05:04:32 2007 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Feb 22 05:04:32 2007 +0000 |
tree | 19e21a52283bcfabc89e6498b567e2d0f542ec09 | |
parent | f0c82f9842c76a0b1c287c20d9e2061bbc134739 [diff] |
Fix dumbdbm and test_dumbdbm to work with dict views. Bug in dumbdbm was from dict views not being iterators but just iterables.