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 benjamin.peterson
Recipients benjamin.peterson, collinwinter
Date 2008-07-19.13:51:58
SpamBayes Score 0.004275338
Marked as misclassified No
Message-id <1216475519.86.0.701774626864.issue3417@psf.upfronthosting.co.za>
In-reply-to
Content
Can we make the part of fix_dict that converts d.items/values/keys to
list(d.items) explicit? Most of the time, it's fine if the method
returns a view and can be a bit of a performance hit to convert it to a
list.
History
Date User Action Args
2008-07-19 13:52:00benjamin.petersonsetspambayes_score: 0.00427534 -> 0.004275338
recipients: + benjamin.peterson, collinwinter
2008-07-19 13:51:59benjamin.petersonsetspambayes_score: 0.00427534 -> 0.00427534
messageid: <1216475519.86.0.701774626864.issue3417@psf.upfronthosting.co.za>
2008-07-19 13:51:59benjamin.petersonlinkissue3417 messages
2008-07-19 13:51:58benjamin.petersoncreate