File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,6 +51,10 @@ The module provides the following classes:
5151 .. versionchanged :: 3.2
5252 *source_address * was added.
5353
54+ .. versionchanged :: 3.4
55+ The *strict * parameter is removed. HTTP 0.9-style "Simple Responses" are
56+ not supported.
57+
5458
5559.. class :: HTTPSConnection(host, port=None, key_file=None, \
5660 cert_file=None[, timeout], \
@@ -85,12 +89,20 @@ The module provides the following classes:
8589 This class now supports HTTPS virtual hosts if possible (that is,
8690 if :data: `ssl.HAS_SNI ` is true).
8791
92+ .. versionchanged :: 3.4
93+ The *strict * parameter is removed. HTTP 0.9-style "Simple Responses" are
94+ not supported anymore.
95+
8896
8997.. class :: HTTPResponse(sock, debuglevel=0, method=None, url=None)
9098
9199 Class whose instances are returned upon successful connection. Not
92100 instantiated directly by user.
93101
102+ .. versionchanged :: 3.4
103+ The *strict * parameter is removed. HTTP 0.9 style "Simple Responses" are
104+ not supported anymore.
105+
94106
95107The following exceptions are raised as appropriate:
96108
You can’t perform that action at this time.
0 commit comments