Note that dict comprehensionss were implemented in Py3k!
This commit is contained in:
parent
f44b2cf36f
commit
2ec984bd6b
|
@ -24,6 +24,9 @@ Resolution
|
||||||
This PEP is withdrawn. Substantially all of its benefits were
|
This PEP is withdrawn. Substantially all of its benefits were
|
||||||
subsumed by generator expressions coupled with the dict() constructor.
|
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
|
Proposed Solution
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue