Skip to content

Commit 0492ec0

Browse files
committed
#17460 - Adding relevant warning messages regarding strict removal in docs
1 parent 9929bc5 commit 0492ec0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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:: 3.2
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:: 3.2
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:: 3.2
103103
The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses"
104104
are not supported anymore.
105105

0 commit comments

Comments
 (0)