numeric emulation and the rich comparison operators

Ethan Furman ethan at stoneleaf.us
Thu Jul 10 16:37:42 EDT 2008


Greetings, List!

Still working on my Measure class, and my next question is... (drum roll 
please ;)

What are the advantages of using __[eq|ne|lt|gt|le|ge]__ vs __cmp__?

Thanks in advance!
--
Ethan



More information about the Python-list mailing list