Raymond Hettinger added the comment:

After more thought, I'm changing this to Py3.4 only.  For prior versions, I'm 
content to document that there is no support for NotImplemented, and if that is 
needed, then people should write-out all six rich comparisons without using the 
total ordering decorator.

I don't think it is a good idea to introduce the new behaviors into otherwise 
stable point releases.  This patch is somewhat complex and has potential for 
bugs, unexpected behaviors, misunderstandings, and intra-version compatability 
issues (like the problems that occurred when True and False were added in a 
point release many years ago).

----------
versions: +Python 3.4 -Python 2.7, Python 3.2, Python 3.3

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

Reply via email to