]> granicus.if.org Git - python/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:06 +0000 (22:09 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 26 Jun 2005 22:09:06 +0000 (22:09 +0000)
Misc/NEWS

index 6bf130178904033112ffa855f984add5fd305425..753686cc3aa1d9baed83875b153985931de44762 100644 (file)
--- 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.