[IPython-dev] Multi-line history entries

Ville Vainio vivainio at gmail.com
Thu Jul 27 01:45:33 EDT 2006


On 7/26/06, Walter Dörwald <walter at livinglogic.de> wrote:

> Now that this is checked in I tried it out. This is what happens:
>
> In [1]: for i in xrange(4):
>    ...:     print i
>    ...:
>    ...:
> 0
> 1
> 2
> 3
> In [2]: for i in xrange(4):^J    print i

Perhaps this is a problem with your readline version; it worked ok
(i.e. linefeeds were linefeeds) on my home machine (ubuntu dapper).
Anyone else bother giving it a try?

Does stuff w/o autoindenting (e.g. \ line continuation) work ok?

-- 
Ville Vainio - vivainio.googlepages.com
vainio.blogspot.com - g[mail | talk]='vivainio'



More information about the IPython-dev mailing list