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 JosephArmbruster
Recipients JosephArmbruster, christian.heimes, gvanrossum, loewis
Date 2007-11-28.18:13:40
SpamBayes Score 0.50562936
Marked as misclassified No
Message-id <1196273620.9.0.468858434273.issue1513@psf.upfronthosting.co.za>
In-reply-to
Content
I had looked at the behavior in 2.5 and did not know if this would still
be the case:

>>> cmp(None,'a')
-1
>>> cmp('a',None)
1
>>> cmp(None,None)
0
History
Date User Action Args
2007-11-28 18:13:41JosephArmbrustersetspambayes_score: 0.505629 -> 0.50562936
recipients: + JosephArmbruster, gvanrossum, loewis, christian.heimes
2007-11-28 18:13:40JosephArmbrustersetspambayes_score: 0.505629 -> 0.505629
messageid: <1196273620.9.0.468858434273.issue1513@psf.upfronthosting.co.za>
2007-11-28 18:13:40JosephArmbrusterlinkissue1513 messages
2007-11-28 18:13:40JosephArmbrustercreate