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 bkline
Recipients bkline, georg.brandl, jafo, jimjjewett
Date 2007-09-19.15:20:57
SpamBayes Score 0.18587187
Marked as misclassified No
Message-id <1190215258.05.0.167590022971.issue1541463@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure I would characterize a speedup of several orders of
magnitude a "tiny performance gain."  We had scripts with very large
numbers of fields which were actually timing out.  While I understand
and agree with the principle of breaking as little existing code as
possible, when programmers have actually been told that the method
behaves the way the dictionary keys() method behaves it seems
unreasonable to assume that the method will preserve the original order
of fields (whatever that might mean for multiply-occurring field names).
History
Date User Action Args
2007-09-19 15:20:58bklinesetspambayes_score: 0.185872 -> 0.18587187
recipients: + bkline, georg.brandl, jafo, jimjjewett
2007-09-19 15:20:58bklinesetspambayes_score: 0.185872 -> 0.185872
messageid: <1190215258.05.0.167590022971.issue1541463@psf.upfronthosting.co.za>
2007-09-19 15:20:58bklinelinkissue1541463 messages
2007-09-19 15:20:57bklinecreate