summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2013-03-19 07:58:46 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2013-03-19 07:58:46 (GMT)
commit2f306c03d34441cb7b3a526d176ff39cbf484d63 (patch)
treea8875ba5fca61c5491e4eaf1fbd7a96d93999148 /Doc/library
parent52dfc74080a8bc6949ca713d862c9324ac62ca5c (diff)
parent0492ec07e00ac85184c50d3dfad44b3b8d173614 (diff)
downloadcpython-2f306c03d34441cb7b3a526d176ff39cbf484d63.zip
cpython-2f306c03d34441cb7b3a526d176ff39cbf484d63.tar.gz
cpython-2f306c03d34441cb7b3a526d176ff39cbf484d63.tar.bz2
#17460 - merge from 3.2
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/http.client.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index 2d93aa4..8137573 100644
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -51,7 +51,7 @@ The module provides the following classes:
.. versionchanged:: 3.2
*source_address* was added.
- .. versionchanged:: 3.2
+ .. deprecated-removed:: 3.2 3.4
The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses"
are not supported anymore.
@@ -89,7 +89,7 @@ The module provides the following classes:
This class now supports HTTPS virtual hosts if possible (that is,
if :data:`ssl.HAS_SNI` is true).
- .. versionchanged:: 3.2
+ .. deprecated-removed:: 3.2 3.4
The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses"
are not supported anymore.
@@ -99,7 +99,7 @@ The module provides the following classes:
Class whose instances are returned upon successful connection. Not
instantiated directly by user.
- .. versionchanged:: 3.2
+ .. deprecated-removed:: 3.2 3.4
The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses"
are not supported anymore.