summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-10-11 06:16:29 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-10-11 06:16:29 (GMT)
commit81523a6b09fc03ce330215dad59b8ce2b073bb76 (patch)
tree68eb901fe0c52b107a860935ac3389902bd387c3 /Doc
parentc8b8b7f6611e98e1420113d60db4864ce1b3c11e (diff)
parent52d27204990775bddd2868b093f33d2fda842fac (diff)
downloadcpython-81523a6b09fc03ce330215dad59b8ce2b073bb76.zip
cpython-81523a6b09fc03ce330215dad59b8ce2b073bb76.tar.gz
cpython-81523a6b09fc03ce330215dad59b8ce2b073bb76.tar.bz2
Automated merge with ssh://hg.python.org/cpython
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/http.server.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/http.server.rst b/Doc/library/http.server.rst
index cbad3ed..0577d5e 100644
--- a/Doc/library/http.server.rst
+++ b/Doc/library/http.server.rst
@@ -177,6 +177,9 @@ of which this module provides three different variants:
complete set of headers is sent, followed by text composed using the
:attr:`error_message_format` class variable.
+ .. versionchanged:: 3.4
+ The error response includes a Content-Length header.
+
.. method:: send_response(code, message=None)
Adds a response header to the headers buffer and logs the accepted