commit | 2f210b6bca65f3e32b49d876c44722c52c30b780 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jun 26 22:09:06 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jun 26 22:09:06 2005 +0000 |
tree | b7aff1e04adbaa4ee240c6e852741f408d9819ab | |
parent | 0aade9a9f9e3901ae5e69184370d382bea375a6f [diff] [blame] |
- Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.
diff --git a/Misc/NEWS b/Misc/NEWS index 6bf1301..753686c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -147,6 +147,8 @@ 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.