Re: [Python-projects] running pylint closes my console (even with just--help)

2009-11-30 Thread Jürgen Hermann
> Every time I run pylint, even with just a '--help' arg, the console > window disappears, which (a) makes it inconvenient to use, and (b) > puzzles me. What does a process run from a shell have to do > to kill the > console? > > I am on WindowsXP, Python 2.6.4, and am running version: The ge

Re: [Python-projects] [W0621] Redefining name from outer scope

2009-11-30 Thread Alexandre Fayolle
On Sunday 29 November 2009 17:53:43 Vincent Legoll wrote: > Hello, > > pylint is reporting the following warning: > > test_pylint_redefine.py:6: [W0621, Abc.__init__] Redefining name > 'param' from outer scope (line 9) > > for the attached python code > > ### > class Abc(obj