Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f306c0

Browse files
committed
#17460 - merge from 3.2
2 parents 52dfc74 + 0492ec0 commit 2f306c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/http.client.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The module provides the following classes:
5151
.. versionchanged:: 3.2
5252
*source_address* was added.
5353

54-
.. versionchanged:: 3.2
54+
.. deprecated-removed:: 3.2 3.4
5555
The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses"
5656
are not supported anymore.
5757

@@ -89,7 +89,7 @@ The module provides the following classes:
8989
This class now supports HTTPS virtual hosts if possible (that is,
9090
if :data:`ssl.HAS_SNI` is true).
9191

92-
.. versionchanged:: 3.2
92+
.. deprecated-removed:: 3.2 3.4
9393
The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses"
9494
are not supported anymore.
9595

@@ -99,7 +99,7 @@ The module provides the following classes:
9999
Class whose instances are returned upon successful connection. Not
100100
instantiated directly by user.
101101

102-
.. versionchanged:: 3.2
102+
.. deprecated-removed:: 3.2 3.4
103103
The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses"
104104
are not supported anymore.
105105

0 commit comments

Comments
 (0)