Ticket #129 (closed defect: fixed)
from module import (a,b,c)
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11 |
| Component: | Parsing | Keywords: | |
| Cc: |
Description (last modified by scoder) (diff)
Python supports parentheses around imported names, which allows them to span multiple lines, as in
from tokenize import (tokenize, generate_tokens, untokenize,
NUMBER, NAME, OP, STRING)
Change History
Note: See
TracTickets for help on using
tickets.
