Bug#300847: ipython: Misleading prompt 2

2005-03-26 Thread Norbert Tretkowski
tags 300847 +pending thanks * Norbert Tretkowski wrote: [...] > 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. Yay! Fernando is faster than light, he just fixed it in cvs, so this fix will be

Bug#300847: ipython: Misleading prompt 2

2005-03-26 Thread Norbert Tretkowski
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 numarr

Bug#300847: ipython: Misleading prompt 2

2005-03-22 Thread Ivan Vilata i Balaguer
Package: ipython Version: 0.6.12-1 Severity: minor 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