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 ghaering
Recipients ghaering, gregburd, gregory.p.smith, jcea, josiahcarlson, pitrou, rhettinger, skip.montanaro
Date 2008-09-11.13:41:19
SpamBayes Score 0.0037691323
Marked as misclassified No
Message-id <1221140520.5.0.828837548992.issue3783@psf.upfronthosting.co.za>
In-reply-to
Content
> I'd like to guarantee that zip(db.keys(), db.values() == db.items().

Ok. If that isn't guaranteed elsewhere just drop it here?

FWIW that will also work without the ORDER BY, because you're getting
the rows back in the same ORDER. Something cheaper would also be "ORDER
BY ROWID". I still propose to just do without the ORDER BY.
History
Date User Action Args
2008-09-11 13:42:00ghaeringsetrecipients: + ghaering, skip.montanaro, rhettinger, gregory.p.smith, jcea, josiahcarlson, pitrou, gregburd
2008-09-11 13:42:00ghaeringsetmessageid: <1221140520.5.0.828837548992.issue3783@psf.upfronthosting.co.za>
2008-09-11 13:41:20ghaeringlinkissue3783 messages
2008-09-11 13:41:20ghaeringcreate