[SciPy-dev] Some suggestions for scipy_core

Fernando Perez Fernando.Perez at colorado.edu
Wed Jan 4 02:00:11 EST 2006


Francesc Altet wrote:

>>I've toyed with the idea of making the autocall flag be a 0,1,2 integer,
>>where today's 'on' would become 2 for 'full', while 1 would be an
>>intermediate mode, doing autocall ONLY if there are arguments:
>>
>>1: foo bar -> foo(bar)
>>    foo     -> foo
>>
>>2: foo bar -> foo(bar)
>>    foo     -> foo()
>>
>>But I'm out of time for more significant ipython work for now, I'm afraid
>>(a lot of new features went in recently, but now I need to work on other
>>things).
>>
>>Vote if you like it, though, and I'll consider it for the future.
> 
> 
> That's an interesting proposal, indeed.
> 
> +1 for the improved autocall intermediate level.

Done, in SVN ('smart' mode -1- is the default now)

Cheers,

f




More information about the SciPy-Dev mailing list