[SciPy-dev] Some suggestions for scipy_core

Fernando Perez Fernando.Perez at colorado.edu
Tue Jan 3 12:03:41 EST 2006


Paul Barrett 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.
>>
>>
> 
> +1 for me too.

OK, it looks like the idea has support.  I've put it on the todo list, 
probably for 0.7.1 (but I may sneak it in, if I can find a bit of time this 
weekend, it's fairly straightforward).  Thanks for the feedback,

f




More information about the SciPy-Dev mailing list