summaryrefslogtreecommitdiff
path: root/Doc/library/basehttpserver.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-04-24 02:34:53 +0000
committerBenjamin Peterson <benjamin@python.org>2008-04-24 02:34:53 +0000
commit35e8c4653455ceeac5b49b369b4c11be6096ea17 (patch)
tree56520e401f31f82834da704af56430a70683bac8 /Doc/library/basehttpserver.rst
parent3513358e11df32cc02047e48a9a9a976343ba16c (diff)
downloadcpython-git-35e8c4653455ceeac5b49b369b4c11be6096ea17.tar.gz
remove some old versionchanged and versionadded directives
Diffstat (limited to 'Doc/library/basehttpserver.rst')
-rw-r--r--Doc/library/basehttpserver.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/basehttpserver.rst b/Doc/library/basehttpserver.rst
index 9ac3aaf56f..b527163bf0 100644
--- a/Doc/library/basehttpserver.rst
+++ b/Doc/library/basehttpserver.rst
@@ -127,9 +127,6 @@ to a handler. Code to create and run the server looks like this::
Specifies the Content-Type HTTP header of error responses sent to the client.
The default value is ``'text/html'``.
- .. versionadded:: 2.6
- Previously, the content type was always ``'text/html'``.
-
.. attribute:: BaseHTTPRequestHandler.protocol_version