]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.
authorGeorg Brandl <georg@python.org>
Sun, 26 Jun 2005 22:09:12 +0000 (22:09 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 26 Jun 2005 22:09:12 +0000 (22:09 +0000)
Misc/NEWS

index 2e64342e787528e25248679b81e32ccc64f77012..603ed3e1a3338f1b080f560cb847db082a71edd2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.