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
73d50310
Commit
73d50310
authored
Dec 07, 2014
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove mention of check_hostname parameter
parent
4cf49912
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/library/urllib2.rst
Doc/library/urllib2.rst
+4
-4
No files found.
Doc/library/urllib2.rst
View file @
73d50310
...
...
@@ -292,13 +292,13 @@ The following classes are provided:
A class to handle opening of HTTP URLs.
.. class:: HTTPSHandler([debuglevel[, context
[, check_hostname]
]])
.. class:: HTTPSHandler([debuglevel[, context]])
A class to handle opening of HTTPS URLs. *context*
and *check_hostname* have
the same meaning as
for :class:`httplib.HTTPSConnection`.
A class to handle opening of HTTPS URLs. *context*
has the same meaning as
for :class:`httplib.HTTPSConnection`.
.. versionchanged:: 2.7.9
*context* a
nd *check_hostname* were a
dded.
*context* added.
.. class:: FileHandler()
...
...
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