mirror of
https://github.com/python/cpython.git
synced 2025-11-12 07:02:33 +00:00
#17460 - Adding relevant warning messages regarding strict removal in docs
This commit is contained in:
parent
9929bc543a
commit
0492ec07e0
1 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ The module provides the following classes:
|
||||||
.. versionchanged:: 3.2
|
.. versionchanged:: 3.2
|
||||||
*source_address* was added.
|
*source_address* was added.
|
||||||
|
|
||||||
.. versionchanged:: 3.2
|
.. deprecated:: 3.2
|
||||||
The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses"
|
The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses"
|
||||||
are not supported anymore.
|
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,
|
This class now supports HTTPS virtual hosts if possible (that is,
|
||||||
if :data:`ssl.HAS_SNI` is true).
|
if :data:`ssl.HAS_SNI` is true).
|
||||||
|
|
||||||
.. versionchanged:: 3.2
|
.. deprecated:: 3.2
|
||||||
The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses"
|
The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses"
|
||||||
are not supported anymore.
|
are not supported anymore.
|
||||||
|
|
||||||
|
|
@ -99,7 +99,7 @@ The module provides the following classes:
|
||||||
Class whose instances are returned upon successful connection. Not
|
Class whose instances are returned upon successful connection. Not
|
||||||
instantiated directly by user.
|
instantiated directly by user.
|
||||||
|
|
||||||
.. versionchanged:: 3.2
|
.. deprecated:: 3.2
|
||||||
The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses"
|
The *strict* parameter is deprecated. HTTP 0.9-style "Simple Responses"
|
||||||
are not supported anymore.
|
are not supported anymore.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue