On 2011-01-31 22:21:40 +0100, bearophile said:

Magnus Lie Hetland:
[snip]
I'm accustomed to is the ability to
assign to multiple variables, such as

arg, val = minArg(...)

(Yeah, I'm a Python guy... ;)

I will eventually add a detailed enhancement request on this topic.

Great! I think this is really useful -- also for swapping things around (a, b = b, a). For multiple return values it makes a huge difference, IMO.

--
Magnus Lie Hetland
http://hetland.org

Reply via email to