2008/11/11 Greg Ewing <[EMAIL PROTECTED]>:

> It would be possible to implement this convention in the
> sort method, without making it a feature of comparisons
> in general.

Until someone wishes to sort a list of some objects by key, where the
keys can be (1, None) compared with (1, 3). This will be confusing
because None compared with 3 would work.

-- 
Marcin Kowalczyk
[EMAIL PROTECTED]
http://qrnik.knm.org.pl/~qrczak/
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to