What's a good solution to implement rich comparison for user-defined classes? (was: What happened to __cmp__() in Python 3.x?)

2009-08-15 Thread Xavier Ho
Never mind my last email. Google actually found me something at last.

I also found this page:
http://mail.python.org/pipermail/python-list/2008-November/688591.html

That still uses a sloppy way of defining the special methods, and a little
chunky.

Is there a better way for the lazy me?

Ching-Yun Xavier Ho, Technical Artist

Contact Information
Mobile: (+61) 04 3335 4748
Skype ID: SpaXe85
Email: cont...@xavierho.com
Website: http://xavierho.com/
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: What's a good solution to implement rich comparison for user-defined classes? (was: What happened to __cmp__() in Python 3.x?)

2009-08-15 Thread Mark Lawrence

Xavier Ho wrote:

Never mind my last email. Google actually found me something at last.

I also found this page:
http://mail.python.org/pipermail/python-list/2008-November/688591.html

That still uses a sloppy way of defining the special methods, and a little
chunky.

Is there a better way for the lazy me?

Ching-Yun Xavier Ho, Technical Artist

Contact Information
Mobile: (+61) 04 3335 4748
Skype ID: SpaXe85
Email: cont...@xavierho.com
Website: http://xavierho.com/



Did you follow on to this?
http://mail.python.org/pipermail/python-list/2008-November/688661.html

I think it's your call as to what to do next.

--
Kindest regards.

Mark Lawrence.

--
http://mail.python.org/mailman/listinfo/python-list