mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Merged revisions 83719 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83719 | antoine.pitrou | 2010-08-04 17:43:16 +0200 (mer., 04 août 2010) | 4 lines Issue #9496: Provide a test suite for the rlcompleter module. Patch by Michele Orrù. ........
This commit is contained in:
parent
26383f902f
commit
8661cbe9d1
4 changed files with 77 additions and 1 deletions
|
@ -59,7 +59,6 @@ class TestUntestedModules(unittest.TestCase):
|
|||
import pdb
|
||||
import pstats
|
||||
import py_compile
|
||||
import rlcompleter
|
||||
import sched
|
||||
import sndhdr
|
||||
import symbol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue