This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jeroen
Recipients Jeroen
Date 2012-02-02.14:45:29
SpamBayes Score 0.00017028149
Marked as misclassified No
Message-id <CA+0o7Qhzry+gjk3dwLqwtvckxKq=QpDeg-84po9Ve-fHsn-boQ@mail.gmail.com>
In-reply-to <1328192969.61.0.257301956295.issue13926@psf.upfronthosting.co.za>
Content
When using IDLE (2.7.2) in Ubuntu 11.10 the following error occurs:

When the online help utility in IDLE is started (by entering the help()
commando), it should be possible to get a list of all available modules by
typing "modules". When I do so a message is shown that the list will be
created, but after a few seconds the list isn't shown but IDLE is closed
instead.

Python version: Python 2.7.2+ (default, Oct  4 2011, 20:06:09) [GCC 4.6.1]
on linux2
Tk version: 8.5
IDLE version: 2.7.2

2012/2/2 Jeroen <report@bugs.python.org>

>
> Changes by Jeroen <dariojee@gmail.com>:
>
>
> ----------
> components: IDLE
> nosy: Jeroen
> priority: normal
> severity: normal
> status: open
> title: IDLE closes when requesting a list of available modules in the
> online help utility
> type: behavior
> versions: Python 2.7
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue13926>
> _______________________________________
>
History
Date User Action Args
2012-02-02 14:45:30Jeroensetrecipients: + Jeroen
2012-02-02 14:45:30Jeroenlinkissue13926 messages
2012-02-02 14:45:29Jeroencreate