[Python-Dev] Half-baked proposal: * (and **?) in assignments

Fredrik Lundh fredrik@pythonware.com
Sat, 23 Nov 2002 15:21:27 +0100


Martin v. Loewis wrote:

> day = ltime.tm_mday
> 
> Readability counts.
> 
> Actually, you may just avoid the assignments altogether, and just use
> the named fields.

with names like "tm_mday", doesn't your second statement
contradict the first one?

</F>