summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-12-18 17:59:18 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-12-18 17:59:18 (GMT)
commit2b37ce7f30b94fc5ec8adb042554f3cc320f7af2 (patch)
treeffb15a81effd89fa4b843492d1dbe6cf6b4c50e4
parent0bdfbfa2768e5c570deb330c419ba9950d006d82 (diff)
downloadcpython-2b37ce7f30b94fc5ec8adb042554f3cc320f7af2.zip
cpython-2b37ce7f30b94fc5ec8adb042554f3cc320f7af2.tar.gz
cpython-2b37ce7f30b94fc5ec8adb042554f3cc320f7af2.tar.bz2
NEWS entry for r87373
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 456b1ef..0e90db2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,9 @@ Core and Builtins
Library
-------
+- Issue #6791: Limit header line length (to 65535 bytes) in http.client
+ and http.server, to avoid denial of services from the other party.
+
- Issue #10404: Use ctl-button-1 on OSX for the context menu in Idle.
- Issue #9907: Fix tab handling on OSX when using editline by calling