[issue13926] pydoc - stall when requesting a list of available modules in the online help utility

Roger Serwy report at bugs.python.org
Fri Feb 3 00:28:46 CET 2012


Roger Serwy <roger.serwy at gmail.com> added the comment:

You're right. The pkgutil.walk_packages method called from ModuleScanner seems to be importing the submodules. I should have said that in the last message.

I'll try to be clearer. What should the correct behavior be when entering "modules" in the interactive help system? This is an open question to anyone.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13926>
_______________________________________


More information about the Python-bugs-list mailing list