Bug#534682: pylint: very strange error for non-class Class baz has no egg member

2009-06-29 Thread Alexandre Fayolle
tag 534682 +upstream forwarded 534682 https://www.logilab.net/elo/ticket/9515 thanks Hi Helmut, Thank you for your bug report. I've forwarded your issue to upstream. You may want to subscribe to python- proje...@logilab.org (http://lists.logilab.org/mailman/listinfo/python- projects) to

Bug#534682: pylint: very strange error for non-class Class baz has no egg member

2009-06-26 Thread Helmut Grohne
Package: pylint Version: 0.18.0-1 Severity: normal $ cat foo.py def foo(self, bar): def baz(): pass def qux(): return baz spam = bar(None, qux) spam.egg() $ pylint foo.py * Module foo C: 1: Black listed name foo C: 1: Missing docstring C: 1:foo: