mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +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
c529a07cf4
commit
185fae73c6
4 changed files with 77 additions and 1 deletions
|
|
@ -65,7 +65,6 @@ class TestUntestedModules(unittest.TestCase):
|
|||
import pstats
|
||||
import py_compile
|
||||
import rexec
|
||||
import rlcompleter
|
||||
import sched
|
||||
import sndhdr
|
||||
import statvfs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue