
May 26, 2016
4:47 a.m.
On Thu, May 26, 2016 at 12:39 AM <tritium-list@sdamon.com> wrote:
I am -1 on the whole idea. What is either asking for the identifier being assigned to having semantic meaning in the language, something we do not have anywhere else.
No? Tuple unpacking has semantic meaning for the left-hand side. Or did I misunderstand you?
a, b, c, *r = mapping.values()
Unless it's an OrderedDict *and* I know the order, I wouldn't want to do that.