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 Sanjay, ncoghlan, pmoody, serhiy.storchaka, xiang.zhang
Date 2017-03-28.12:31:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490704307.43.0.836680019171.issue29931@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, this looks as a bug.

>>> a < b
False
>>> b > a
True
History
Date User Action Args
2017-03-28 12:31:47serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, pmoody, xiang.zhang, Sanjay
2017-03-28 12:31:47serhiy.storchakasetmessageid: <1490704307.43.0.836680019171.issue29931@psf.upfronthosting.co.za>
2017-03-28 12:31:47serhiy.storchakalinkissue29931 messages
2017-03-28 12:31:47serhiy.storchakacreate