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 pitrou
Recipients ghaering, gregburd, gregory.p.smith, jcea, josiahcarlson, pitrou, rhettinger, skip.montanaro
Date 2008-09-11.13:10:22
SpamBayes Score 5.583632e-05
Marked as misclassified No
Message-id <1221138620.5667.1.camel@fsol>
In-reply-to <18633.3120.233439.488260@montanaro-dyndns-org.local>
Content
Le jeudi 11 septembre 2008 à 12:46 +0000, Skip Montanaro a écrit :
> 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().

It doesn't sound very useful, and it may hurt performance on big tables.
History
Date User Action Args
2008-09-11 13:10:44pitrousetrecipients: + pitrou, skip.montanaro, rhettinger, gregory.p.smith, jcea, ghaering, josiahcarlson, gregburd
2008-09-11 13:10:22pitroulinkissue3783 messages
2008-09-11 13:10:22pitroucreate