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 amaury.forgeotdarc, belopolsky, benjamin.peterson, georg.brandl, gvanrossum, pitrou, rhettinger
Date 2008-04-17.22:07:15
SpamBayes Score 0.035581887
Marked as misclassified No
Message-id <1208470037.84.0.914186973889.issue2603@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a new patch with a few improvements. I tried to implemented
Raymond's hash function (I think this is how the math should be done.).
The rich compare function now short-circuits when a value isn't equal.
Also, I made ranges with the same set of integers equal even if the stop
is different.
History
Date User Action Args
2008-04-17 22:07:18benjamin.petersonsetspambayes_score: 0.0355819 -> 0.035581887
recipients: + benjamin.peterson, gvanrossum, georg.brandl, rhettinger, amaury.forgeotdarc, belopolsky, pitrou
2008-04-17 22:07:17benjamin.petersonsetspambayes_score: 0.0355819 -> 0.0355819
messageid: <1208470037.84.0.914186973889.issue2603@psf.upfronthosting.co.za>
2008-04-17 22:07:16benjamin.petersonlinkissue2603 messages
2008-04-17 22:07:16benjamin.petersoncreate