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
9cf20a66
Commit
9cf20a66
authored
Jan 23, 2017
by
Martin Panter
Browse files
Options
Browse Files
Download
Plain Diff
Issues #29273: Merge test___all__ from 3.5
parents
01f5ae7b
b1b985da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
Lib/test/test___all__.py
Lib/test/test___all__.py
+0
-11
No files found.
Lib/test/test___all__.py
View file @
9cf20a66
...
...
@@ -72,17 +72,6 @@ class AllTest(unittest.TestCase):
# than an AttributeError somewhere deep in CGIHTTPServer.
import
_socket
# rlcompleter needs special consideration; it import readline which
# initializes GNU readline which calls setlocale(LC_CTYPE, "")... :-(
import
locale
locale_tuple
=
locale
.
getlocale
(
locale
.
LC_CTYPE
)
try
:
import
rlcompleter
except
ImportError
:
pass
finally
:
locale
.
setlocale
(
locale
.
LC_CTYPE
,
locale_tuple
)
ignored
=
[]
failed_imports
=
[]
lib_dir
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
__file__
))
...
...
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