[code-quality] Implicit String Concatenation Threads

Martin Pool mbp at google.com
Mon May 13 02:48:09 CEST 2013


On 12 May 2013 04:24, Ian Cordasco <graffatcolmingov at gmail.com> wrote:

>
> Mainly because it can cause confusing TypeErrors for the functions
> taking a certain number of arguments. There are a few ideas floating
> around that thread, one of which is that we (the code-quality tool
> authors) provide warnings or errors when someone does:
>
>     foo('a' 'b')
>
> i.e., uses the implicit concatenation on a single line.
>

+1


-- 
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/code-quality/attachments/20130513/b1349f06/attachment.html>


More information about the code-quality mailing list