[Python-ideas] iterable.__unpack__ method

Steven D'Aprano steve at pearwood.info
Sun Feb 24 10:08:57 CET 2013


On 24/02/13 19:04, Bruce Leban wrote:

> And hypothetically
[...]
> a, b, c = (next * 3)(iterargs)

That looks like, well, I'm not sure what it looks like. Haskell maybe? But not Python.


-- 
Steven



More information about the Python-ideas mailing list