Skip to content

Commit 2a4ad49

Browse files
committed
whatsnew, versionchanged, better NEWS
1 parent 690c066 commit 2a4ad49

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

Doc/library/http.client.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,9 @@ HTTPConnection Objects
335335
No attempt is made to determine the Content-Length for file
336336
objects.
337337

338+
.. versionchanged:: next
339+
``QUERY`` was added to the methods that expect a body.
340+
338341
.. method:: HTTPConnection.getresponse()
339342

340343
Should be called after a request is sent to get the response from the server.

Doc/whatsnew/3.16.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,13 @@ gzip
305305
which is passed on to the constructor of the :class:`~gzip.GzipFile` class.
306306
(Contributed by Marin Misur in :gh:`91372`.)
307307

308+
309+
http
310+
----
311+
312+
* Add the ``QUERY`` HTTP method (:rfc:`10008`) to :class:`~http.HTTPMethod`.
313+
(Contributed by Michiel W. Beijen in :gh:`153309`.)
314+
308315
io
309316
--
310317

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add the HTTP QUERY method (:rfc:`10008`) to :class:`http.HTTPMethod`.
1+
:mod:`http`: Add the HTTP QUERY method (:rfc:`10008`) to :class:`~http.HTTPMethod`.

0 commit comments

Comments
 (0)