[issue1650] IDLE: help() displays output on the wrong shell

2007-12-27 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Fixed by overriding pydoc.py:pager to be plainpager. r59603 -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __

[issue1650] IDLE: help() displays output on the wrong shell

2007-12-23 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Yes, and it does on linux, also. Someone changed the way help() works. Since the help listing is often extensive and clutters up the shell, I'm thinking that the best solution would be to pop up a new window. I haven't got around to addressing either the bu

[issue1650] IDLE: help() displays output on the wrong shell

2007-12-18 Thread Christian Heimes
New submission from Christian Heimes: On Python 3.0 IDLE shows the output of help() on the system shell that started IDLE and not inside the IDLE window. -- assignee: kbk components: IDLE, Windows messages: 58732 nosy: kbk, tiran priority: normal severity: normal status: open title: IDLE