diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-12-18 17:59:18 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-12-18 17:59:18 (GMT) |
commit | 2b37ce7f30b94fc5ec8adb042554f3cc320f7af2 (patch) | |
tree | ffb15a81effd89fa4b843492d1dbe6cf6b4c50e4 | |
parent | 0bdfbfa2768e5c570deb330c419ba9950d006d82 (diff) | |
download | cpython-2b37ce7f30b94fc5ec8adb042554f3cc320f7af2.zip cpython-2b37ce7f30b94fc5ec8adb042554f3cc320f7af2.tar.gz cpython-2b37ce7f30b94fc5ec8adb042554f3cc320f7af2.tar.bz2 |
NEWS entry for r87373
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |