[Python-Dev] Re: Multi-line import implementation (was: 2.4a2, and @decorators) (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Mon Aug 9 17:55:59 CEST 2004
- Previous message: [Python-Dev] Re: Multi-line import implementation (was: 2.4a2, and @decorators)
- Next message: [Python-Dev] Multi-line import implementation (was: 2.4a2, and @decorators)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I wrote:
which mentions that since "a, b = c" is already equivalent to "(a, b) = c", so " in mind, I'd hand out the following scores (0=don't really care):
JZ took control of my keyboard. sorry for that.
the text above should have been:
which mentions that since "a, b = c" is already equivalent to "(a, b) = c", so
"from x import a, b" might as well made be equivalent to "from x import (a, b)".
with that in mind, I'd hand out the following scores (0=don't really care)
- Previous message: [Python-Dev] Re: Multi-line import implementation (was: 2.4a2, and @decorators)
- Next message: [Python-Dev] Multi-line import implementation (was: 2.4a2, and @decorators)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]