Message 73020 - Python tracker
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.