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 skip.montanaro
Recipients pitrou, skip.montanaro
Date 2008-09-05.14:39:36
SpamBayes Score 5.0192893e-06
Marked as misclassified No
Message-id <18625.17570.198027.407439@montanaro-dyndns-org.local>
In-reply-to <1220616094.31.0.0911774400842.issue3783@psf.upfronthosting.co.za>
Content
Antoine> It would be more efficient to base keys() on iterkeys() than the
    Antoine> reverse, IMO.

True.  I was just modifying the dumbdbm implementation.

    Antoine> Other than that, why not open a branch or at least upload
    Antoine> full-fledged patch files? :)

Well, I only intended to create the initial proof of concept, but then last
night I couldn't sleep so I cobbled the test module and docs from the
existing stuff ... ;-)

When I get a couple minutes free I'll try and condense it into a more
suitable form.  Probably not until the weekend though.

Skip
History
Date User Action Args
2008-09-05 14:39:38skip.montanarosetrecipients: + skip.montanaro, pitrou
2008-09-05 14:39:37skip.montanarolinkissue3783 messages
2008-09-05 14:39:36skip.montanarocreate