summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-30 12:08:04 (GMT)
committerGeorg Brandl <georg@python.org>2014-09-30 12:08:04 (GMT)
commitf0746ca46376647993a47e24051a80fdf679014a (patch)
tree55faff27b29f3afe16e29c56f382f1572b7e791f /Doc
parentec3c103520a5061e657581b388e2b8ba6f74602a (diff)
downloadcpython-f0746ca46376647993a47e24051a80fdf679014a.zip
cpython-f0746ca46376647993a47e24051a80fdf679014a.tar.gz
cpython-f0746ca46376647993a47e24051a80fdf679014a.tar.bz2
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
100 headers are read. Adapted from patch by Jyrki Pulliainen.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/http.client.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index 7423a4c..2f68df7 100644
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -169,8 +169,8 @@ The following exceptions are raised as appropriate:
A subclass of :exc:`HTTPException`. Raised if a server responds with a HTTP
status code that we don't understand.
-The constants defined in this module are:
+The constants defined in this module are:
.. data:: HTTP_PORT