[IPython-dev] New parsing bug in input

Fernando Perez fperez.net at gmail.com
Tue Mar 27 12:11:06 EDT 2007


On 3/27/07, Dan Milstein <danmil at comcast.net> wrote:
> I just checked out a fresh copy of IPython from svn (r. 2180), and I
> don't see that bug.
>
> Specifically,  here's what I get:
>
> In [1]: for i in range(3):
>     ...:     print i,
>     ...:
>     ...:
> 0 1 2
>
> In [2]:
>
> Which is how it should be, right?

Yes.  I'd like to know who fixed it, though, because it wasn't me :)

Cheers,

f



More information about the IPython-dev mailing list