Kaydet (Commit) aced69fd authored tarafından Senthil Kumaran's avatar Senthil Kumaran

#17460 - merge from 3.3

......@@ -51,6 +51,10 @@ The module provides the following classes:
.. versionchanged:: 3.2
*source_address* was added.
.. versionchanged:: 3.4
The *strict* parameter is removed. HTTP 0.9-style "Simple Responses" are
not supported.
.. class:: HTTPSConnection(host, port=None, key_file=None, \
cert_file=None[, timeout], \
......@@ -85,12 +89,20 @@ 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.4
The *strict* parameter is removed. HTTP 0.9-style "Simple Responses" are
not supported anymore.
.. class:: HTTPResponse(sock, debuglevel=0, method=None, url=None)
Class whose instances are returned upon successful connection. Not
instantiated directly by user.
.. versionchanged:: 3.4
The *strict* parameter is removed. HTTP 0.9 style "Simple Responses" are
not supported anymore.
The following exceptions are raised as appropriate:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment