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 gvanrossum
Recipients JosephArmbruster, christian.heimes, gvanrossum, loewis
Date 2007-11-28.18:05:06
SpamBayes Score 0.027082523
Marked as misclassified No
Message-id <1196273107.82.0.822818200846.issue1513@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a bug.  There's not much point is supporting cmp(None, None)
when cmp(None, <anything else>) would still fail.  cmp() should only be
used when you know that the arguments belong to an orderable type.
History
Date User Action Args
2007-11-28 18:05:08gvanrossumsetspambayes_score: 0.0270825 -> 0.027082523
recipients: + gvanrossum, loewis, christian.heimes, JosephArmbruster
2007-11-28 18:05:07gvanrossumsetspambayes_score: 0.0270825 -> 0.0270825
messageid: <1196273107.82.0.822818200846.issue1513@psf.upfronthosting.co.za>
2007-11-28 18:05:07gvanrossumlinkissue1513 messages
2007-11-28 18:05:07gvanrossumcreate