Add "sorted genexp" pronouncement.

This commit is contained in:
Georg Brandl 2006-04-27 10:13:55 +00:00
parent 87cda17210
commit 996c95d757
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ Core language
Thread: "Making strings non-iterable",
http://mail.python.org/pipermail/python-3000/2006-April/000759.html
* There will be no syntax to sort the result of a generator expression
or list comprehension. ``sorted()`` covers all use cases.
Thread: "Adding sorting to generator comprehension",
http://mail.python.org/pipermail/python-3000/2006-April/001295.html
Builtins
========