Hello,

either it's me or everybody else who's missing the point. I understand the OP's proposal like this:

dict[set] == {k: dict[k] for k in set}
list[iterable] == [list[i] for i in iterable]

Am I right?
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to