[Python-Dev] Multi-line import implementation (was: 2.4a2, and @decorators)
Greg Ewing
greg at cosc.canterbury.ac.nz
Tue Aug 10 03:27:52 CEST 2004
More information about the Python-Dev mailing list
Tue Aug 10 03:27:52 CEST 2004
- Previous message: [Python-Dev] 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 ]
> My own gut feeling is that it's not important to allow parentheses on
> "bare" (from-less) imports, since you can easily repeat the 'import'
> keyword on a new line;
It might not be strictly necessary, but for consistency
I think it should be alllowed.
By the way, rather than parentheses, I would prefer to
be able to simply end the line with a comma and continue
on to the next line:
from Bubble import foo, spam, tomato,
grail, arthur, camembert
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury, | A citizen of NewZealandCorp, a |
Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. |
greg at cosc.canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] 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 ]
More information about the Python-Dev mailing list