Re: [code-quality] [Python-projects] New warning about print parens not a good idea?

2014-02-05 Thread Alexandre Fayolle ML
On 06/02/2014 02:13, Dan Stromberg wrote: I noticed recently that pylint has begun warning about use of parens on print statements in Python 2.x code. This seems reasonable on the face of it, except it deters writing code that runs on 2.x and 3.x, unmodified. The error looks like: C: 5, 0

Re: [code-quality] [Python-ideas] Implicit string literal concatenation considered harmful?

2013-05-11 Thread Alexandre Fayolle ML
On 11/05/2013 01:57, Ian Cordasco wrote: On May 10, 2013 7:51 PM, "Nick Coghlan" > wrote: > > > On 11 May 2013 04:50, "Guido van Rossum" > wrote: > > > > I just spent a few minutes staring at a bug caused by a missing comma > > -- I got a my