Re: print help content in a Command Prompt

2008-02-25 Thread Gabriel Genellina
s is a basic problem, but I want to print help content in a Command >> > Prompt in WinXP and scrolling back to see the first lines. If I start >> > a command prompt and run python, and then for example, >> >> > >>> help(list) >> >> > it start

Re: print help content in a Command Prompt

2008-02-25 Thread bkamrani
On Feb 25, 12:59 pm, Necmettin Begiter <[EMAIL PROTECTED]> wrote: > 25 February 2008 Monday 11:15:14 tarihinde [EMAIL PROTECTED] şunları yazmıştı: > > > Hi, > > This is a basic problem, but I want to print help content in a Command > > Prompt in WinXP and scrolling b

Re: print help content in a Command Prompt

2008-02-25 Thread Necmettin Begiter
25 February 2008 Monday 11:15:14 tarihinde [EMAIL PROTECTED] şunları yazmıştı: > Hi, > This is a basic problem, but I want to print help content in a Command > Prompt in WinXP and scrolling back to see the first lines. If I start > a command prompt and run python, and then

Re: print help content in a Command Prompt

2008-02-25 Thread Chris
On Feb 25, 11:15 am, [EMAIL PROTECTED] wrote: > Hi, > This is a basic problem, but I want to print help content in a Command > Prompt in WinXP and scrolling back to see the first lines. If I start > a command prompt and run python, and then for example, > > >>> help(list

print help content in a Command Prompt

2008-02-25 Thread bkamrani
Hi, This is a basic problem, but I want to print help content in a Command Prompt in WinXP and scrolling back to see the first lines. If I start a command prompt and run python, and then for example, >>> help(list) it starts showing the help, which can be controlled by page or raw using