From 996c95d75777b8f43b91999b2e376b78bd87c0b0 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 27 Apr 2006 10:13:55 +0000 Subject: [PATCH] Add "sorted genexp" pronouncement. --- pep-3099.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pep-3099.txt b/pep-3099.txt index e6c7fe2bf..f79e98090 100644 --- a/pep-3099.txt +++ b/pep-3099.txt @@ -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 ========