[Python-checkins] r67486 - peps/trunk/pep-0274.txt

guido.van.rossum python-checkins at python.org
Wed Dec 3 01:55:07 CET 2008


Author: guido.van.rossum
Date: Wed Dec  3 01:55:07 2008
New Revision: 67486

Log:
Note that dict comprehensionss were implemented in Py3k!


Modified:
   peps/trunk/pep-0274.txt

Modified: peps/trunk/pep-0274.txt
==============================================================================
--- peps/trunk/pep-0274.txt	(original)
+++ peps/trunk/pep-0274.txt	Wed Dec  3 01:55:07 2008
@@ -24,6 +24,9 @@
     This PEP is withdrawn.  Substantially all of its benefits were
     subsumed by generator expressions coupled with the dict() constructor.
 
+    However, Python 3.0 introduces this exact feature, as well as the
+    closely related set comprehensions.
+
 
 Proposed Solution
 


More information about the Python-checkins mailing list