[issue19703] Update pydoc to PEP 451

Eric Snow report at bugs.python.org
Fri Jan 3 09:21:20 CET 2014


Eric Snow added the comment:

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()

----------
keywords: +patch
Added file: http://bugs.python.org/file33302/issue19703-use-new-api.diff

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


More information about the Python-bugs-list mailing list