[Python-ideas] globals should accept parenteses for extending beyond 1 line
João Matos
jcrmatos at gmail.com
Mon Jan 23 13:43:52 EST 2017
More information about the Python-ideas mailing list
Mon Jan 23 13:43:52 EST 2017
- Previous message (by thread): [Python-ideas] Immutable Builder" Pattern and Operator
- Next message (by thread): [Python-ideas] globals should accept parenteses for extending beyond 1 line
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I would like to suggest that globals should follow the existing rule
(followed by the import statement, the if statement and in other places)
for extending beyond 1 line using parentheses.
Like this:
globals (var_1, var_2,
var_3)
instead of what must be done now, which is:
globals var_1, var_2 \
var_3
Best regards,
JM
- Previous message (by thread): [Python-ideas] Immutable Builder" Pattern and Operator
- Next message (by thread): [Python-ideas] globals should accept parenteses for extending beyond 1 line
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list