[issue2519] Typing 'modules' in the interactive help system fails when imports fail

2009-02-22 Thread Dennis Kaarsemaker
Dennis Kaarsemaker den...@kaarsemaker.net added the comment: I don't see this bug in python 3.0, so feel free to close this issue. ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2519

[issue2519] Typing 'modules' in the interactive help system fails when imports fail

2008-04-01 Thread Dennis Kaarsemaker
Dennis Kaarsemaker [EMAIL PROTECTED] added the comment: pydoc.py from head actually does work around it in some places, but not all. Will send a patch. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2519

[issue2519] Typing 'modules' in the interactive help system fails when imports fail

2008-03-31 Thread Dennis Kaarsemaker
New submission from Dennis Kaarsemaker [EMAIL PROTECTED]: If a certain module cannot be imported, this error is not caught and warned about by pydoc, but will cause 'modules' to fail. This could be considered a bug in the module but it would still be nice if 3rd party modules cannot break pydoc

[issue2519] Typing 'modules' in the interactive help system fails when imports fail

2008-03-31 Thread Dennis Kaarsemaker
Changes by Dennis Kaarsemaker [EMAIL PROTECTED]: -- versions: +Python 2.5 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2519 __ ___ Python-bugs-list mailing list