summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-06-26 22:09:12 (GMT)
committerGeorg Brandl <georg@python.org>2005-06-26 22:09:12 (GMT)
commit9310ffc1357a60a8c5e44b428265660d58429c84 (patch)
tree79df5960c64523416bdf83d3d570467fb6e3d214 /Misc
parent59c9be28d43458c0875625623dac776aadb448f1 (diff)
downloadcpython-9310ffc1357a60a8c5e44b428265660d58429c84.zip
cpython-9310ffc1357a60a8c5e44b428265660d58429c84.tar.gz
cpython-9310ffc1357a60a8c5e44b428265660d58429c84.tar.bz2
- Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2e64342..603ed3e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,8 @@ Extension Modules
Library
-------
+- Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.
+
- Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via
error messages.