[issue7425] Improve the robustness of pydoc -k in the face of broken modules

2011-10-06 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset 45862f4ab1c5 by Ned Deily in branch '2.7':
Issue #7425: Refactor test_pydoc test case for '-k' behavior and add
http://hg.python.org/cpython/rev/45862f4ab1c5

New changeset 3acf90f71178 by Ned Deily in branch '2.7':
Issue #7425: Prevent pydoc -k failures due to module import errors.
http://hg.python.org/cpython/rev/3acf90f71178

New changeset 6a45f917f167 by Ned Deily in branch '3.2':
Issue #7425: Refactor test_pydoc test case for '-k' behavior and add
http://hg.python.org/cpython/rev/6a45f917f167

New changeset add444274c3d by Ned Deily in branch '2.7':
Issue #7425 and Issue #7367: add NEWS items.
http://hg.python.org/cpython/rev/add444274c3d

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7425
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7425] Improve the robustness of pydoc -k in the face of broken modules

2011-10-03 Thread Ned Deily

Ned Deily n...@acm.org added the comment:

It turns out that the proposed fix here for pydoc was independently added in 
the early days of Python 3 but was not backported.  That fix for 2.7 plus a 
fix-in-progress for Issue7367 (for both 2.7 and 3.x) and additional test cases 
(also in progress) should address most if not all of the pydoc crash issues.  
I'll also review the other open issues.

--
assignee:  - ned.deily

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7425
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7425] Improve the robustness of pydoc -k in the face of broken modules

2011-09-05 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Does this patch solves only pydoc -k, not all “invalid spam module makes pydoc 
crash”?  (I wanted to consolidate the handful of reports we have into one but 
did not get the time.)

--
nosy: +eric.araujo
title: [PATCH] Improve the robustness of pydoc -k in the face of broken 
modules - Improve the robustness of pydoc -k in the face of broken modules

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7425
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com