paging in python shell

Tim Roberts timr at probo.com
Sun Jan 13 18:36:57 EST 2008


"Alex K" <spaceoutlet at gmail.com> wrote:
>
>Does anyone know if the python shell supports paging or if I should
>look into iPython? Thank you so much.

"Paging" is an overloaded term.  What do you mean, exactly?  Do you mean
something like piping the output into "more"?  The Python shell does that
for the "help" command, but maybe you could post a more precise example of
what you want.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list