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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, collinwinter, fdrake, mwh
Date 2008-01-31.17:16:23
SpamBayes Score 0.016113793
Marked as misclassified No
Message-id <1201799785.08.0.872969127307.issue1410739@psf.upfronthosting.co.za>
In-reply-to
Content
An even more surprising example:

>>> id([1]) == id([2])
True
History
Date User Action Args
2008-01-31 17:16:25amaury.forgeotdarcsetspambayes_score: 0.0161138 -> 0.016113793
recipients: + amaury.forgeotdarc, mwh, fdrake, collinwinter
2008-01-31 17:16:25amaury.forgeotdarcsetspambayes_score: 0.0161138 -> 0.0161138
messageid: <1201799785.08.0.872969127307.issue1410739@psf.upfronthosting.co.za>
2008-01-31 17:16:24amaury.forgeotdarclinkissue1410739 messages
2008-01-31 17:16:24amaury.forgeotdarccreate