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

2009-04-07 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

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

2009-02-22 Thread Dennis Kaarsemaker
Dennis Kaarsemaker added the comment: I don't see this bug in python 3.0, so feel free to close this issue. ___ Python tracker ___ ___ Python-b

[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]> __ _

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

2008-03-31 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- type: -> feature request __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing li

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

2008-03-31 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Would you like to work on a patch? -- nosy: +benjamin.peterson __ Tracker <[EMAIL PROTECTED]> __ __

[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]> __ ___ Python-bugs-list mailing list

[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