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
6de708fd
Commit
6de708fd
authored
Apr 20, 2015
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
recommend requests library (closes #23989)
Patch from Van Lindberg
parent
0bd16bc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
Doc/library/http.client.rst
Doc/library/http.client.rst
+5
-0
Doc/library/urllib.request.rst
Doc/library/urllib.request.rst
+5
-0
No files found.
Doc/library/http.client.rst
View file @
6de708fd
...
...
@@ -19,6 +19,11 @@ This module defines classes which implement the client side of the HTTP and
HTTPS protocols. It is normally not used directly --- the module
:mod:`urllib.request` uses it to handle URLs that use HTTP and HTTPS.
.. seealso::
The `Requests package <http://requests.readthedocs.org/>`_
is recommended for a higher-level http client interface.
.. note::
HTTPS support is only available if Python was compiled with SSL support
...
...
Doc/library/urllib.request.rst
View file @
6de708fd
...
...
@@ -12,6 +12,11 @@ The :mod:`urllib.request` module defines functions and classes which help in
opening URLs (mostly HTTP) in a complex world --- basic and digest
authentication, redirections, cookies and more.
.. seealso::
The `Requests package
<http:
//
requests
.
readthedocs
.
org
/>
`_
is recommended for a higher-level http client interface.
The :mod:`urllib.request` module defines the following functions:
...
...
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