diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-04-24 20:22:26 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-04-24 20:22:26 (GMT) |
commit | 747720540ccbf0c567c80d19bb4d7167043ae2be (patch) | |
tree | 2c62eb42bedaef34e2b52ee2759f9678c8a26359 /Lib/test/test_sundry.py | |
parent | 48ebc264f8a92824f3872049a581f0e45d1a5009 (diff) | |
download | cpython-747720540ccbf0c567c80d19bb4d7167043ae2be.zip cpython-747720540ccbf0c567c80d19bb4d7167043ae2be.tar.gz cpython-747720540ccbf0c567c80d19bb4d7167043ae2be.tar.bz2 |
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.
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r-- | Lib/test/test_sundry.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index 23b145e..1dcfaeb 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -90,7 +90,6 @@ class TestUntestedModules(unittest.TestCase): import posixfile import pstats import py_compile - import pydoc import rexec import rlcompleter import sched |