Craig Citro <craigci...@gmail.com> added the comment:

Antoine -- why do you want to switch "if r" for "if not r"? 

If we did, the test would just confirm that the unpicked object was of the same 
type as the original; if we were going to do that, we might as well just 
replace the whole `__cmp__` function with just `return cmp(type(self), 
type(other))`. On the flipside, I could see an argument for adding *more* 
content to the test, but that seemed like overkill.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7689>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to