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.14:33:43
SpamBayes Score 0.0769507
Marked as misclassified No
Message-id <1221143639.74.0.242553592748.issue3783@psf.upfronthosting.co.za>
In-reply-to
Content
I might add that calling keys() then values() is suboptimal, because it
will issue two SQL queries while calling items() will issue just one.
History
Date User Action Args
2008-09-11 14:33:59pitrousetrecipients: + pitrou, skip.montanaro, rhettinger, gregory.p.smith, jcea, ghaering, josiahcarlson, gregburd
2008-09-11 14:33:59pitrousetmessageid: <1221143639.74.0.242553592748.issue3783@psf.upfronthosting.co.za>
2008-09-11 14:33:44pitroulinkissue3783 messages
2008-09-11 14:33:43pitroucreate