[issue1550] help('modules') broken by several 3rd party libraries (svn patch attached)

2008-01-13 Thread Ka-Ping Yee
Ka-Ping Yee added the comment: Committed the patch in revision 59939. I'm not clear how it was determined that importing every module was necessary in order to list the modules or scan their synopsis lines (this seems to have happened in revision 45510). This can probably be made more

[issue1550] help('modules') broken by several 3rd party libraries (svn patch attached)

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- keywords: +easy __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1550 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1550] help('modules') broken by several 3rd party libraries (svn patch attached)

2007-12-08 Thread Christian Heimes
Changes by Christian Heimes: -- assignee: - ping keywords: +patch nosy: +ping priority: - normal versions: +Python 3.0 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1550 __

[issue1550] help('modules') broken by several 3rd party libraries (svn patch attached)

2007-12-03 Thread Ben Hayden
New submission from Ben Hayden: Instead of listing installed modules, help('modules') prints a please wait message, then a traceback noting that a module raised an exception during import, then nothing else. This happens in 2.5 and 2.6a0, but not in 2.4, which apparently doesn't __import__()