[IPython-dev] New parsing bug in input
Fernando Perez
fperez.net at gmail.com
Sun Mar 25 15:10:02 EDT 2007
Howdy,
I just ran into this:
In [1]: for i in range(3):
In [1]: print i,
In [1]:
0 1 2
This is on my laptop, running r2177. My office machine has r2169, and
it's fine.
Right now I don't have time to look into what's going on, and
unfortunately the Scipy.org servers seem to be down at the moment, so
we can't do a quick SVN history search or bisection.
But if anyone can find what happened here, please let me know; I'll be
back to work on this code probably tomorrow (today I'm busy with other
things).
Cheers,
f
More information about the IPython-dev
mailing list