Fix issue 5230 by having pydoc's safeimport check to see if the import
commit3d7249f41eb54b17d581451de66d5423beb75ac3
authorr.david.murray <r.david.murray@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 23 Jun 2009 18:02:46 +0000 (23 18:02 +0000)
committerr.david.murray <r.david.murray@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 23 Jun 2009 18:02:46 +0000 (23 18:02 +0000)
treef45012588b0689dd56059b29e6404362d8786b6a
parent07b5a60a496b3859a3636ec8037c457dc0947baa
Fix issue 5230 by having pydoc's safeimport check to see if the import
error was thrown from itself in order to decide if the module can't be
found.  Thanks to Lucas Prado Melo for collaborating on the fix and tests.

git-svn-id: http://svn.python.org/projects/python/trunk@73529 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/pydoc.py
Lib/test/test_pydoc.py
Misc/ACKS
Misc/NEWS