> 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
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