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 rhettinger
Recipients Ramchandra Apte, brian.curtin, rhettinger, serhiy.storchaka
Date 2013-01-20.21:12:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358716344.09.0.868924936429.issue17001@psf.upfronthosting.co.za>
In-reply-to
Content
I recommend against this patch.  The code generated by functools.total_ordering is less efficient than the existing code and it doesn't handle the NotImplemented logic very well.

total_ordering() is a shortcut, not a best practice.
History
Date User Action Args
2013-01-20 21:12:24rhettingersetrecipients: + rhettinger, brian.curtin, Ramchandra Apte, serhiy.storchaka
2013-01-20 21:12:24rhettingersetmessageid: <1358716344.09.0.868924936429.issue17001@psf.upfronthosting.co.za>
2013-01-20 21:12:24rhettingerlinkissue17001 messages
2013-01-20 21:12:23rhettingercreate