[Python-Dev] Multi-line import implementation (was: 2.4a2, and @decorators) (original) (raw)
Greg Ewing greg at cosc.canterbury.ac.nz
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 ]