tags 300847 +confirmed forwarded 300847 [EMAIL PROTECTED] thanks * Ivan Vilata i Balaguer wrote: > The second prompt of ipython leaves a blank space after it. Since it > appears on unfinished blocks it gives the impression that ipython > indented the block automatically: > > In [1]:import numarray > In [2]:if True: > .2.: print popo > ------------------------------------------------------------ > IndentationError: expected an indented block (<console>, line 2) > > The space after ' .2.:' is part of the prompt. In fact, it can not be > deleted, being quite confusing altogether. Simply adding an extra space > to the first prompt, or removing that from the second one would do the > trick.
Thanks for your bugreport. It's reproducible for me with 0.6.12-2 and 0.6.13cvs, so I forwarded your bugreport to Fernando P�rez, IPython upstream. Norbert

