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 simon.percivall
Recipients simon.percivall
Date 2008-02-12.02:47:17
SpamBayes Score 0.08773452
Marked as misclassified No
Message-id <1202784439.48.0.0759142195952.issue2074@psf.upfronthosting.co.za>
In-reply-to
Content
_safe_repr() tries to handle the case where two objects are unorderable by 
ordering on (str(type(key)), key, value), but this fails when 
str(type(key)) is equal for two objects, but key is different and 
unorderable. Easy fix: order just on the string representation.
History
Date User Action Args
2008-02-12 02:47:19simon.percivallsetspambayes_score: 0.0877345 -> 0.08773452
recipients: + simon.percivall
2008-02-12 02:47:19simon.percivallsetspambayes_score: 0.0877345 -> 0.0877345
messageid: <1202784439.48.0.0759142195952.issue2074@psf.upfronthosting.co.za>
2008-02-12 02:47:18simon.percivalllinkissue2074 messages
2008-02-12 02:47:18simon.percivallcreate