[Python-checkins] r45747 - peps/trunk/pep-3099.txt

georg.brandl python-checkins at python.org
Thu Apr 27 12:13:56 CEST 2006


Author: georg.brandl
Date: Thu Apr 27 12:13:55 2006
New Revision: 45747

Modified:
   peps/trunk/pep-3099.txt
Log:
Add "sorted genexp" pronouncement.



Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Thu Apr 27 12:13:55 2006
@@ -36,6 +36,12 @@
    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
 ========


More information about the Python-checkins mailing list