From: Georg Brandl Date: Sun, 26 Jun 2005 22:09:06 +0000 (+0000) Subject: - Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib. X-Git-Tag: v2.5a0~1643 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f210b6bca65f3e32b49d876c44722c52c30b780;p=thirdparty%2FPython%2Fcpython.git - Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib. --- diff --git a/Misc/NEWS b/Misc/NEWS index 6bf130178904..753686cc3aa1 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.