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.
This commit is contained in:
Amaury Forgeot d'Arc 2008-04-24 20:22:26 +00:00
parent 48ebc264f8
commit 747720540c
2 changed files with 33 additions and 1 deletions

View file

@ -90,7 +90,6 @@ class TestUntestedModules(unittest.TestCase):
import posixfile
import pstats
import py_compile
import pydoc
import rexec
import rlcompleter
import sched