mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Merge 3.4 branch.
This commit is contained in:
commit
a3b99a07e6
2 changed files with 5 additions and 1 deletions
|
@ -459,7 +459,8 @@ class StartupImportTests(unittest.TestCase):
|
||||||
# http://bugs.python.org/issue19218>
|
# http://bugs.python.org/issue19218>
|
||||||
collection_mods = {'_collections', 'collections', 'functools',
|
collection_mods = {'_collections', 'collections', 'functools',
|
||||||
'heapq', 'itertools', 'keyword', 'operator',
|
'heapq', 'itertools', 'keyword', 'operator',
|
||||||
'reprlib', 'types', 'weakref'}
|
'reprlib', 'types', 'weakref'
|
||||||
|
}.difference(sys.builtin_module_names)
|
||||||
self.assertFalse(modules.intersection(collection_mods), stderr)
|
self.assertFalse(modules.intersection(collection_mods), stderr)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -255,6 +255,9 @@ Documentation
|
||||||
Tests
|
Tests
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
- Issue #21223: Pass test_site/test_startup_imports when some of the extensions
|
||||||
|
are built as builtins.
|
||||||
|
|
||||||
- Issue #20635: Added tests for Tk geometry managers.
|
- Issue #20635: Added tests for Tk geometry managers.
|
||||||
|
|
||||||
- Add test case for freeze.
|
- Add test case for freeze.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue