Let me be the one to say no for a change.

Python 3000 will *not* add syntax to get generator expressions or list
(or set) comprehensions sorted. There is exactly one sort algorithm,
and it is list.sort(). There are exactly two sort APIs, the other
being the built-in sorted(). That's enough.

--
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-3000 mailing list
[email protected]
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