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 eric.snow
Recipients Arfrever, brett.cannon, eric.snow, ncoghlan
Date 2014-01-03.08:21:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388737280.0.0.994471692444.issue19703@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that updates pydoc to move away from find_module/load_module.

These 4 don't need to change for PEP 451:

safeimport()
HTMLDoc.docmodule()
HTMLDoc.index()
TextDoc.docmodule()
History
Date User Action Args
2014-01-03 08:21:20eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan, Arfrever
2014-01-03 08:21:20eric.snowsetmessageid: <1388737280.0.0.994471692444.issue19703@psf.upfronthosting.co.za>
2014-01-03 08:21:19eric.snowlinkissue19703 messages
2014-01-03 08:21:19eric.snowcreate