I can reproduce this (on 64bit 9.04). it does seem to be print at fault.
The following work:

for x in range(4):
   x=x ; print x

for x in range(4):
   print(x)

for x in range(4): print x

-- 
IPython history is broken. IndentationErrors everywhere.
https://bugs.launchpad.net/bugs/379135
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to