diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2013-03-19 07:51:08 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2013-03-19 07:51:08 (GMT) |
commit | 0492ec07e00ac85184c50d3dfad44b3b8d173614 (patch) | |
tree | a7c6f5dbb08f000e394301227ae43d012aef7a83 /Doc/library/http.client.rst | |
parent | 9929bc543a014f3c7f764d79a614fc8a9751d7ce (diff) | |
download | cpython-0492ec07e00ac85184c50d3dfad44b3b8d173614.zip cpython-0492ec07e00ac85184c50d3dfad44b3b8d173614.tar.gz cpython-0492ec07e00ac85184c50d3dfad44b3b8d173614.tar.bz2 |
#17460 - Adding relevant warning messages regarding strict removal in docs
Diffstat (limited to 'Doc/library/http.client.rst')
-rw-r--r-- | Doc/library/http.client.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index 408a3e7..7423a4c 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:: 3.2 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:: 3.2 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:: 3.2 The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses" are not supported anymore. |