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