Mark Roach wrote:
> I have readline set up pretty much the same way as in the example in the
> python docs (http://docs.python.org/lib/readline-example.html) and
> something I find myself doing fairly often is
>
> type some code
> more code
> more code
> ...
>
> and then wanting to s
I have readline set up pretty much the same way as in the example in the
python docs (http://docs.python.org/lib/readline-example.html) and
something I find myself doing fairly often is
type some code
more code
more code
...
and then wanting to scroll back through the history to run t