Re: Arithmetic sequences in Python
aleax@mail.comc ast.net (Alex Martelli) writes:[color=blue]
> I much prefer the current arrangement where dict(a=b,c=d) means {'a':b,
> 'c':d} -- it's much more congruent to how named arguments work for every
> other case. Would you force us to quote argument names in EVERY
> functioncall... ?![/color]
Ehh, ok. There could be some special marker to evaluate the lhs, but
the present method is fine too.
aleax@mail.comc ast.net (Alex Martelli) writes:[color=blue]
> I much prefer the current arrangement where dict(a=b,c=d) means {'a':b,
> 'c':d} -- it's much more congruent to how named arguments work for every
> other case. Would you force us to quote argument names in EVERY
> functioncall... ?![/color]
Ehh, ok. There could be some special marker to evaluate the lhs, but
the present method is fine too.
Comment