+1 for the semplification. def test () (space between test and the first parenthesis) should be avoided.
On Monday, December 10, 2012 7:54:54 PM UTC+1, Jonathan Lundell wrote: > > On 10 Dec 2012, at 10:53 AM, Jonathan Lundell > <[email protected]<javascript:>> > wrote: > > On 9 Dec 2012, at 2:56 PM, Massimo Di Pierro > <[email protected]<javascript:>> > wrote: > > There are three ways: > > - function takes arguments > - function name is prefixed by __ > - there is a space between the function name and (). (*) > > I do not like (*) very much and I cannot really promise will stay in the > future since it is not documented. > > > Actually, (*) got removed in the regex simplification patch. Feel free to > revert that bit... > > > > ...although I agree that it's not desirable to use that mechanism to hide > a function. > --

