This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author therve
Recipients therve
Date 2008-02-23.15:26:05
SpamBayes Score 0.004540657
Marked as misclassified No
Message-id <1203780367.21.0.757207458085.issue2168@psf.upfronthosting.co.za>
In-reply-to
Content
A recent change in shelve (r60927) raises the need for gdbm objects to
be iterable. We can see it by running test_shelve on a machine with
gdbm. I'll try to fix this.

The same thing should be done with the dbm module I think.
History
Date User Action Args
2008-02-23 15:26:07thervesetspambayes_score: 0.00454066 -> 0.004540657
recipients: + therve
2008-02-23 15:26:07thervesetspambayes_score: 0.00454066 -> 0.00454066
messageid: <1203780367.21.0.757207458085.issue2168@psf.upfronthosting.co.za>
2008-02-23 15:26:06thervelinkissue2168 messages
2008-02-23 15:26:06thervecreate