]> granicus.if.org Git - python/commit
Merged revisions 73529 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Tue, 23 Jun 2009 20:37:26 +0000 (20:37 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 23 Jun 2009 20:37:26 +0000 (20:37 +0000)
commitc4c84e1a1954a1f46e160d2bc53927347d9e3159
tree56d42796360d384bd679772f051cb97191320df5
parent5f1446ac5b9d117ed77e4b12e99a007d276483a5
Merged revisions 73529 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73529 | r.david.murray | 2009-06-23 14:02:46 -0400 (Tue, 23 Jun 2009) | 4 lines

  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