Re: [Python-projects] pylint #4581 proposed fix

2010-03-26 Thread Donovan Lee Wanhoy
Hi, Here is my new patch. Made the changes that you (Emile) requested. Ran all the pylint tests and.called the test file func_noerror_no_docstring_warning. Donovan Lee Wanhoy On Wed, Mar 24, 2010 at 5:28 AM, Emile Anclin wrote: > On Wednesday 24 March 2010 05:02:09 Donovan Lee Wanhoy wr

Re: [Python-projects] pylint #4581 proposed fix

2010-03-23 Thread Donovan Lee Wanhoy
Well i forgot to attach the file. Here it is. Donovan On Wed, Mar 24, 2010 at 12:00 AM, Donovan Lee Wanhoy < don.leewan...@gmail.com> wrote: > > sorry I thought I had already asked you: could you please update > functional tests as well so the problem is proven to be fixed and

Re: [Python-projects] pylint #4581 proposed fix

2010-03-23 Thread Donovan Lee Wanhoy
any more changes. Thanks, Donovan Lee Wanhoy On Tue, Mar 23, 2010 at 3:42 AM, Sylvain Thénault < sylvain.thena...@logilab.fr> wrote: > On 22 mars 13:39, Donovan Lee Wanhoy wrote: > > Hi, > > Hi Donovan, > > > Here is a new diff file with the changes. > > sorry

Re: [Python-projects] pylint #4581 proposed fix

2010-03-22 Thread Donovan Lee Wanhoy
Hi, Here is a new diff file with the changes. Donovan Lee Wanhoy On Mon, Mar 22, 2010 at 12:30 PM, Emile Anclin wrote: > On Thursday 18 March 2010 06:33:01 Donovan Lee Wanhoy wrote: > > Hi, > > > > Is there a reason to make it optional, rather than have it enabled at &g

Re: [Python-projects] pylint #4581 proposed fix

2010-03-17 Thread Donovan Lee Wanhoy
Hi, Is there a reason to make it optional, rather than have it enabled at all > times? I assumed that the bug ticket said to make it optional. Attached is the same code except there is no option check. Hope this one is okay. Donovan Lee Wanhoy On Wed, Mar 17, 2010 at 4:44 AM, Sylvain Théna

[Python-projects] pylint #4581 proposed fix

2010-03-16 Thread Donovan Lee Wanhoy
if not overridden: self._check_docstring(f_type, node) else: self._check_docstring(f_type, node) # check default arguments' value I also have two test cases that I used. One is a simple bank/interest file and an