Re: [Python-projects] Pylint and PEP 3102

2012-10-10 Thread Dan Stromberg
On Wed, Oct 10, 2012 at 12:51 PM, Sylvain Thénault < sylvain.thena...@logilab.fr> wrote: > Hi Dan, > > On 10 octobre 12:43, Dan Stromberg wrote: > > Are there plans to teach pylint to understand PEP 3102 / Keyword-only > > arguments (KWOA)? http://www.python.org/dev/peps/pep-3102/ > > This is def

Re: [Python-projects] Pylint and PEP 3102

2012-10-10 Thread Sylvain Thénault
Hi Dan, On 10 octobre 12:43, Dan Stromberg wrote: > Are there plans to teach pylint to understand PEP 3102 / Keyword-only > arguments (KWOA)? http://www.python.org/dev/peps/pep-3102/ This is definitly the kind of stuff that should go in pylint at some point. The first thing to do would be to cre