commit | 3af831bacac9626b62039f7bcf777a5f1202493b | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sat Mar 01 04:06:19 2008 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sat Mar 01 04:06:19 2008 +0000 |
tree | fdeabd6c25433daa4ae9229960e6e356a7a9acd0 | |
parent | de802dc1fa57b225ec4af780e9f91edd07485ee5 [diff] |
When the _iter_mixin stopped inheritting from UsserDictMixin, it lost the __repr__ which caused bsddb.test.test_misc.py to fail in test03_repr_closed_db Restore the repr so the test passes. I think this is correct, but it would be good to have some more review.