[IPython-dev] Broken autocall in trunk/

Stefan van der Walt stefan at sun.ac.za
Thu Feb 9 07:56:58 EST 2006


On Wed, Feb 08, 2006 at 02:22:48PM -0700, Fernando Perez wrote:
> In [1]: def foo(*x): pass
>     ...:
> 
> In [2]: /foo 1,2
> ------> foo(1,2)
> 
> In [3]: ;foo a b c
> ------> foo("a b c")
> 
> In [4]: ,foo a b c
> ------> foo("a", "b", "c")
> 
> 
> Looks OK, thanks.

Shouldn't these be unit tests?

Stéfan




More information about the IPython-dev mailing list