Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
916ff51e
Commit
916ff51e
authored
Apr 15, 2014
by
doko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Issue #21223: Pass test_site/test_startup_imports when some of the extensions
are built as builtins.
parent
735cc4f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
Lib/test/test_site.py
Lib/test/test_site.py
+2
-1
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Lib/test/test_site.py
View file @
916ff51e
...
...
@@ -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
)
...
...
Misc/NEWS
View file @
916ff51e
...
...
@@ -190,6 +190,9 @@ Documentation
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.
- Add test case for freeze.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment