Add "sorted genexp" pronouncement.
This commit is contained in:
parent
87cda17210
commit
996c95d757
|
@ -36,6 +36,12 @@ Core language
|
||||||
Thread: "Making strings non-iterable",
|
Thread: "Making strings non-iterable",
|
||||||
http://mail.python.org/pipermail/python-3000/2006-April/000759.html
|
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
|
Builtins
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in New Issue