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 Marco Sulla
Recipients Marco Sulla, brandtbucher, cheryl.sabella, mark.dickinson, rhettinger, serhiy.storchaka, tim.peters
Date 2019-12-15.18:52:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576435954.85.0.679102752378.issue36095@roundup.psfhosted.org>
In-reply-to
Content
Excuse me, a little errata:

> After the current object a is checked against the object b, if `all_orderables` is true [...]

must be change to

> After the current object a is checked against the object b, ***if the check returns false and*** if `all_orderables` is true [...]
History
Date User Action Args
2019-12-15 18:52:34Marco Sullasetrecipients: + Marco Sulla, tim.peters, rhettinger, mark.dickinson, serhiy.storchaka, cheryl.sabella, brandtbucher
2019-12-15 18:52:34Marco Sullasetmessageid: <1576435954.85.0.679102752378.issue36095@roundup.psfhosted.org>
2019-12-15 18:52:34Marco Sullalinkissue36095 messages
2019-12-15 18:52:34Marco Sullacreate