Re: [Python-projects] pylint suggestion

2009-12-23 Thread Daniel Harding
Pierre Rouleau wrote: > > On 16-Dec-09, at 9:04 AM, Amaury Forgeot d'Arc wrote: > >> 2009/12/16 Daniel Harding > > >>> >>> okko.willeboor...@imtech.nl >>> wrote: >>> When I run pylint through pylint.bat I do not get the return co

Re: [Python-projects] pylint suggestion

2009-12-23 Thread Pierre Rouleau
2009/12/23 Daniel Harding > > Pierre Rouleau wrote: > > > > > However, I wonder why we use a batch file to launch pylint. Why not > > write a python script that would be called pylint.py stored inside > > the Scripts directory? Under Windows, if the .py extension is listed > > in PATHEXT then yo

Re: [Python-projects] pylint suggestion

2009-12-23 Thread Jonathan Hartley
On 23/12/2009 19:41, Pierre Rouleau wrote: 2009/12/23 Daniel Harding mailto:dhard...@gmail.com>> Pierre Rouleau wrote: > > However, I wonder why we use a batch file to launch pylint. Why not > write a python script that would be called pylint.py stored inside > the Scrip

Re: [Python-projects] pylint suggestion

2009-12-23 Thread Pierre Rouleau
2009/12/23 Jonathan Hartley > > Could pylint.bat look for a command line parameter to determine which > behaviour is wanted? > > The ensuing Python portion of pylint could just ignore this parameter if it > finds it. > > If this was acceptable, I'd vote for the default behaviour, ie invoking: > >