[issue19703] Update pydoc to PEP 451

2014-01-06 Thread Eric Snow
Changes by Eric Snow : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue19703] Update pydoc to PEP 451

2014-01-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset f67ccb4490ea by Eric Snow in branch 'default': Issue #19703: Update pydoc to use the new importer APIs. http://hg.python.org/cpython/rev/f67ccb4490ea -- nosy: +python-dev ___ Python tracker

[issue19703] Update pydoc to PEP 451

2014-01-04 Thread Eric Snow
Changes by Eric Snow : Removed file: http://bugs.python.org/file33310/issue19703-use-new-api.diff ___ Python tracker ___ ___ Python-bugs-list

[issue19703] Update pydoc to PEP 451

2014-01-04 Thread Eric Snow
Eric Snow added the comment: Here's a slightly updated patch. -- assignee: -> eric.snow stage: -> patch review type: -> enhancement Added file: http://bugs.python.org/file33313/issue19703-use-new-api.diff ___ Python tracker

[issue19703] Update pydoc to PEP 451

2014-01-04 Thread Eric Snow
Eric Snow added the comment: Here's a new patch relative to the patch for issue #20123. -- dependencies: +pydoc.synopsis fails to load binary modules Added file: http://bugs.python.org/file33310/issue19703-use-new-api.diff ___ Python tracker

[issue19703] Update pydoc to PEP 451

2014-01-04 Thread Eric Snow
Changes by Eric Snow : Removed file: http://bugs.python.org/file33302/issue19703-use-new-api.diff ___ Python tracker ___ ___ Python-bugs-list

[issue19703] Update pydoc to PEP 451

2014-01-03 Thread Eric Snow
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/issu

[issue19703] Update pydoc to PEP 451

2013-12-05 Thread Eric Snow
Changes by Eric Snow : -- title: Upate pydoc to PEP 451 -> Update pydoc to PEP 451 ___ Python tracker ___ ___ Python-bugs-list mailing