mirror of https://github.com/python/cpython
Merge 3.4 branch.
This commit is contained in:
commit
a3b99a07e6
|
@ -459,7 +459,8 @@ class StartupImportTests(unittest.TestCase):
|
|||
# http://bugs.python.org/issue19218>
|
||||
collection_mods = {'_collections', 'collections', 'functools',
|
||||
'heapq', 'itertools', 'keyword', 'operator',
|
||||
'reprlib', 'types', 'weakref'}
|
||||
'reprlib', 'types', 'weakref'
|
||||
}.difference(sys.builtin_module_names)
|
||||
self.assertFalse(modules.intersection(collection_mods), stderr)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue