]> granicus.if.org Git - python/commitdiff
#17460 - Adding relevant warning messages regarding strict removal in docs
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 19 Mar 2013 07:51:08 +0000 (00:51 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 19 Mar 2013 07:51:08 +0000 (00:51 -0700)
Doc/library/http.client.rst

index 408a3e7bb0fc873f8f0e5e85b1404dc122b1accf..7423a4cd361a5ed1986b59641dfec03ff5a3db60 100644 (file)
@@ -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.