On 10 Dec 2012, at 11:54 AM, Niphlod <[email protected]> wrote: > +1 for the semplification. def test () (space between test and the first > parenthesis) should be avoided.
They're ignored in the current trunk, unless/until Massimo reverts it. > > 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]> wrote: >> On 9 Dec 2012, at 2:56 PM, Massimo Di Pierro <[email protected]> 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. > > -- > > > --

