]> granicus.if.org Git - python/commit
Fix issue 5230 by having pydoc's safeimport check to see if the import
authorR. David Murray <rdmurray@bitdance.com>
Tue, 23 Jun 2009 18:02:46 +0000 (18:02 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 23 Jun 2009 18:02:46 +0000 (18:02 +0000)
commitef087da9e76c70318f67bd984e1088754e7365a6
tree3c8eb3b55a2d891ce8a350b253905daea67d8760
parent3a1dbb05a1add85e21205ebbb5003d66eddbd155
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.
Lib/pydoc.py
Lib/test/test_pydoc.py
Misc/ACKS
Misc/NEWS