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 ghaering, gregburd, gregory.p.smith, jcea, josiahcarlson, pitrou, rhettinger, skip.montanaro
Date 2008-09-11.12:45:45
SpamBayes Score 0.0015965976
Marked as misclassified No
Message-id <18633.3120.233439.488260@montanaro-dyndns-org.local>
In-reply-to <1221129494.72.0.298685110284.issue3783@psf.upfronthosting.co.za>
Content
Gerhard> What's all this ORDER BY in both your implementations about?
    Gerhard> The dbm "spec" says nothing about keys being ordered AFAIC. Can
    Gerhard> we get rid of these?

I'd like to guarantee that zip(db.keys(), db.values() == db.items().

Skip
History
Date User Action Args
2008-09-11 12:46:19skip.montanarosetrecipients: + skip.montanaro, rhettinger, gregory.p.smith, jcea, ghaering, josiahcarlson, pitrou, gregburd
2008-09-11 12:45:45skip.montanarolinkissue3783 messages
2008-09-11 12:45:45skip.montanarocreate