On 31 January 2014 00:10, Rotwang <sg...@hotmail.co.uk> wrote:
>
> On a vaguely-related note, does anyone know why iterable unpacking in calls
> was removed in Python 3? I mean things like
>
> def f(x, (y, z)):
>     return (x, y), z
>
> I don't have a use case in mind, I was just wondering.

http://www.python.org/dev/peps/pep-3113/
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to