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 taleinat
Recipients georg.brandl, larry, python-dev, serhiy.storchaka, taleinat
Date 2015-06-07.21:48:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433713711.02.0.866460171944.issue20186@psf.upfronthosting.co.za>
In-reply-to
Content
Here's another complete conversion patch for _operator.

As suggested by Serhiy, I changed the comparison operators to copy the signature from _operator.eq() instead of _operator.lt(), which is easier to understand.
History
Date User Action Args
2015-06-07 21:48:31taleinatsetrecipients: + taleinat, georg.brandl, larry, python-dev, serhiy.storchaka
2015-06-07 21:48:31taleinatsetmessageid: <1433713711.02.0.866460171944.issue20186@psf.upfronthosting.co.za>
2015-06-07 21:48:31taleinatlinkissue20186 messages
2015-06-07 21:48:30taleinatcreate