Issue 1656538: dict(key,values) initializer - Python tracker (original) (raw)

Far too often I use the idiom dict(zip(keys,values)), or the same with izip. How does letting dict take two positional arguments sound ?

Pros:

George