summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-06-26 22:09:06 (GMT)
committerGeorg Brandl <georg@python.org>2005-06-26 22:09:06 (GMT)
commit2f210b6bca65f3e32b49d876c44722c52c30b780 (patch)
treeb7aff1e04adbaa4ee240c6e852741f408d9819ab
parent0aade9a9f9e3901ae5e69184370d382bea375a6f (diff)
downloadcpython-2f210b6bca65f3e32b49d876c44722c52c30b780.zip
cpython-2f210b6bca65f3e32b49d876c44722c52c30b780.tar.gz
cpython-2f210b6bca65f3e32b49d876c44722c52c30b780.tar.bz2
- Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6bf1301..753686c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,6 +147,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.