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
97d743f4
Commit
97d743f4
authored
Mar 26, 2014
by
Ned Deily
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #20939: Backout test_urllib2.test_issue16464 disables:
68335b8afb1f 3.4 ad0c75b7bd7d default
parent
c3b9dea6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
Lib/test/test_urllib2.py
Lib/test/test_urllib2.py
+0
-6
No files found.
Lib/test/test_urllib2.py
View file @
97d743f4
...
@@ -6,10 +6,6 @@ import io
...
@@ -6,10 +6,6 @@ import io
import
socket
import
socket
import
array
import
array
import
sys
import
sys
try
:
import
ssl
except
ImportError
:
ssl
=
None
import
urllib.request
import
urllib.request
# The proxy bypass method imported below has logic specific to the OSX
# The proxy bypass method imported below has logic specific to the OSX
...
@@ -1442,8 +1438,6 @@ class MiscTests(unittest.TestCase):
...
@@ -1442,8 +1438,6 @@ class MiscTests(unittest.TestCase):
@
unittest
.
skipUnless
(
support
.
is_resource_enabled
(
'network'
),
@
unittest
.
skipUnless
(
support
.
is_resource_enabled
(
'network'
),
'test requires network access'
)
'test requires network access'
)
@
unittest
.
skipIf
(
ssl
is
None
,
'test requires the ssl module'
)
def
test_issue16464
(
self
):
def
test_issue16464
(
self
):
opener
=
urllib
.
request
.
build_opener
()
opener
=
urllib
.
request
.
build_opener
()
request
=
urllib
.
request
.
Request
(
"http://www.python.org/~jeremy/"
)
request
=
urllib
.
request
.
Request
(
"http://www.python.org/~jeremy/"
)
...
...
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