[Python-Dev] Multi-line import implementation (was: 2.4a2, and @decorators) (original) (raw)
Guido van Rossum guido at python.org
Wed Aug 11 16:46:17 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 ]
Others have already mentioned that "from sys import xxx, xxx, xxx" is the case that badly needs line wrapping. I would, however, like to suggest that (if it's easy to do) you allow a trailing comma when parentheses are used. [...]
+1
--Guido van Rossum (home page: http://www.python.org/~guido/)
- 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 ]