
May 11, 2013
12:43 a.m.
Antoine Pitrou wrote:
As for "+", saying it is a replacement is a bit simplified, because the syntax definition (for method calls) or operator precedence (for e.g. %-formatting) may force you to add parentheses.
Maybe we could turn ... into a "string continuation operator": print("This is example %d of a line that is "... "too long" % example_number) -- Greg