mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
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:
parent
48ebc264f8
commit
747720540c
2 changed files with 33 additions and 1 deletions
|
|
@ -90,7 +90,6 @@ class TestUntestedModules(unittest.TestCase):
|
|||
import posixfile
|
||||
import pstats
|
||||
import py_compile
|
||||
import pydoc
|
||||
import rexec
|
||||
import rlcompleter
|
||||
import sched
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue