This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients __KFL__, pitrou
Date 2012-01-27.10:24:36
SpamBayes Score 1.1427228e-05
Marked as misclassified No
Message-id <1327659877.62.0.485668262907.issue13880@psf.upfronthosting.co.za>
In-reply-to
Content
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):"
History
Date User Action Args
2012-01-27 10:24:37pitrousetrecipients: + pitrou, __KFL__
2012-01-27 10:24:37pitrousetmessageid: <1327659877.62.0.485668262907.issue13880@psf.upfronthosting.co.za>
2012-01-27 10:24:37pitroulinkissue13880 messages
2012-01-27 10:24:36pitroucreate