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 serhiy.storchaka
Recipients koobs, serhiy.storchaka, vstinner
Date 2017-11-09.15:36:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510241765.52.0.213398074469.issue31893@psf.upfronthosting.co.za>
In-reply-to
Content
Because the default behavior is different in Python 2 and Python 3. In Python 3 this is a TypeError. In Python 2 all objects are comparable by default.
History
Date User Action Args
2017-11-09 15:36:05serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, koobs
2017-11-09 15:36:05serhiy.storchakasetmessageid: <1510241765.52.0.213398074469.issue31893@psf.upfronthosting.co.za>
2017-11-09 15:36:05serhiy.storchakalinkissue31893 messages
2017-11-09 15:36:05serhiy.storchakacreate