From: Antoine Pitrou Date: Sat, 18 Dec 2010 17:59:18 +0000 (+0000) Subject: NEWS entry for r87373 X-Git-Tag: v3.2b2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b37ce7f30b94fc5ec8adb042554f3cc320f7af2;p=thirdparty%2FPython%2Fcpython.git NEWS entry for r87373 --- diff --git a/Misc/NEWS b/Misc/NEWS index 456b1ef40d99..0e90db27db8c 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