Merged revisions 62486-62487 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r62486 | amaury.forgeotdarc | 2008-04-24 16:22:26 -0400 (Thu, 24 Apr 2008) | 7 lines

  Add a few tests for pydoc.

  This is a modified version of a patch proposed by Humberto Diogenes
  in the discussion of issue1883.

  I will merge manually this change into the py3k branch: the tests must be adapted.
........
  r62487 | amaury.forgeotdarc | 2008-04-24 16:41:50 -0400 (Thu, 24 Apr 2008) | 2 lines

  Use absolute import for test package
........
This commit is contained in:
Amaury Forgeot d'Arc 2008-04-24 20:48:12 +00:00
parent e106dc3cf6
commit 8c03b4de9d
2 changed files with 33 additions and 1 deletions

View file

@ -86,7 +86,6 @@ class TestUntestedModules(unittest.TestCase):
import pdb
import pstats
import py_compile
import pydoc
import rlcompleter
import sched
import smtplib