#17460 - merge from 3.2
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 19 Mar 2013 07:58:46 +0000 (00:58 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 19 Mar 2013 07:58:46 +0000 (00:58 -0700)
1  2 
Doc/library/http.client.rst

index 2d93aa47c3868b2b34d1f7ccca38d5f254d982e0,7423a4cd361a5ed1986b59641dfec03ff5a3db60..8137573aa8b1f7be6acfd24c75a5e2e645e36777
@@@ -51,7 -51,7 +51,7 @@@ The module provides the following class
     .. versionchanged:: 3.2
        *source_address* was added.
  
-    .. versionchanged:: 3.2
 -   .. deprecated:: 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 +89,7 @@@
        This class now supports HTTPS virtual hosts if possible (that is,
        if :data:`ssl.HAS_SNI` is true).
  
-    .. versionchanged:: 3.2
 -   .. deprecated:: 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 +99,7 @@@
     Class whose instances are returned upon successful connection.  Not
     instantiated directly by user.
  
-    .. versionchanged:: 3.2
 -   .. deprecated:: 3.2
++   .. deprecated-removed:: 3.2 3.4
        The *strict* parameter is deprecated.  HTTP 0.9-style "Simple Responses"
        are not supported anymore.