Skip to content

Commit 2925322

Browse files
committed
fix wrong merge result
1 parent 115606f commit 2925322

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Doc/library/http.server.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,6 @@ instantiation, of which this module provides three different variants:
264264
specifies additional headers to be sent in the response (for
265265
instance, ``[("Content-Range", "bytes 3-14/42")]``).
266266

267-
The :attr:`responses` attribute holds the default values for *message*
268-
and *explain* that will be used if no value is provided; for unknown codes
269-
the default value for both is the string ``???``. The body will be empty if
270-
the method is HEAD or the response code is one of the following: :samp:`1{xx}`,
271-
``204 No Content``, ``205 Reset Content``, or ``304 Not Modified``.
272-
273267
.. versionchanged:: 3.4
274268
The error response includes a Content-Length header.
275269
Added the *explain* argument.

0 commit comments

Comments
 (0)