Note that dict comprehensionss were implemented in Py3k!

This commit is contained in:
Guido van Rossum 2008-12-03 00:55:07 +00:00
parent f44b2cf36f
commit 2ec984bd6b
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ Resolution
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