Guido van Rossum added the comment: 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.
---------- resolution: -> rejected status: open -> closed __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1513> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com