diff options
author | Georg Brandl <georg@python.org> | 2005-06-26 22:09:06 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-06-26 22:09:06 (GMT) |
commit | 2f210b6bca65f3e32b49d876c44722c52c30b780 (patch) | |
tree | b7aff1e04adbaa4ee240c6e852741f408d9819ab | |
parent | 0aade9a9f9e3901ae5e69184370d382bea375a6f (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |