Thomas 'PointedEars' Lahn <pointede...@web.de>:

> | atom: ('(' [yield_expr|testlist_comp] ')' |
> |        '[' [testlist_comp] ']' |
> |        '{' [dictorsetmaker] '}' |
> |        NAME | NUMBER | STRING+ | '...' | 'None' | 'True' | 'False')
>
> [Chris Angelico wrote:]
>> Implicit concatenation is part of the syntax, not part of the
>> expression evaluator.
>
> Reads like nonsense to me.

The two of you are fighting over nothing. IOW, you aren't in
disagreement.


Marko
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to