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.20:12:44
SpamBayes Score 0.11955417
Marked as misclassified No
Message-id <18633.31665.640911.365762@montanaro-dyndns-org.local>
In-reply-to <1221143639.74.0.242553592748.issue3783@psf.upfronthosting.co.za>
Content
Antoine> I might add that calling keys() then values() is suboptimal,
    Antoine> because it will issue two SQL queries while calling items()
    Antoine> will issue just one.

Well, sure, but heaven only knows what an application programmer will do...

S
History
Date User Action Args
2008-09-11 20:14:04skip.montanarosetrecipients: + skip.montanaro, rhettinger, gregory.p.smith, jcea, ghaering, josiahcarlson, pitrou, gregburd
2008-09-11 20:12:45skip.montanarolinkissue3783 messages
2008-09-11 20:12:44skip.montanarocreate