Antoine Pitrou <pit...@free.fr> added the comment:

For the record, the proposed solution in that e-mail is the following:

"B) Patch the run() method of pydoc module at line 1862:

for importer, modname, ispkg in 
        pkgutil.walk_packages(onerror=lambda s:None):"

----------
components: +Library (Lib)
nosy: +pitrou
type: crash -> behavior
versions: +Python 3.2, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13880>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to