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 steven.daprano
Recipients docs@python, steven.daprano, yanmitrofanov
Date 2020-01-04.16:06:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578154014.77.0.0449355523007.issue39210@roundup.psfhosted.org>
In-reply-to
Content
The `<` comparison uses `__lt__` dunder if it exists, otherwise it falls back on `__gt__`.
History
Date User Action Args
2020-01-04 16:06:54steven.dapranosetrecipients: + steven.daprano, docs@python, yanmitrofanov
2020-01-04 16:06:54steven.dapranosetmessageid: <1578154014.77.0.0449355523007.issue39210@roundup.psfhosted.org>
2020-01-04 16:06:54steven.dapranolinkissue39210 messages
2020-01-04 16:06:54steven.dapranocreate