What happened to __cmp__() in Python 3.x?

Mark Lawrence breamoreboy at yahoo.co.uk
Sat Aug 15 13:06:04 EDT 2009


Xavier Ho wrote:
> Hey all,
> 
> I've recently made my way to Python 3.1 and I'm not seeing __cmp__() in the
> documentation.
> 
> Is there a substitution for this special method in 3.1, or do I really have
> to define all six rich comparison methods to work it out?
> 
> If this question has already been asked somewhere, I apologise in advance.
> Already googled around but I didn't find information on this.
> 
> Any replies appreciated.
> 
> Ching-Yun "Xavier" Ho, Technical Artist
> 
> Contact Information
> Mobile: (+61) 04 3335 4748
> Skype ID: SpaXe85
> Email: contact at xavierho.com
> Website: http://xavierho.com/
> 
> 
http://bytes.com/topic/python/answers/844614-python-3-sorting-comparison-function

-- 
Kindest regards.

Mark Lawrence.




More information about the Python-list mailing list