[Python-ideas] Descouraging the implicit string concatenation

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Mar 14 18:40:54 EDT 2018


Carl Meyer wrote:
> With this rule the only missing-comma that can slip through is when
> you've forgotten _all_ the intervening commas in your sequence of
> strings. That's much less likely.

Not so unlikely when the argument list is of length 2.

-- 
Greg


More information about the Python-ideas mailing list