]> granicus.if.org Git - python/commitdiff
correct news entry for #18574
authorBenjamin Peterson <benjamin@python.org>
Sun, 19 Jan 2014 03:31:27 +0000 (22:31 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 19 Jan 2014 03:31:27 +0000 (22:31 -0500)
Misc/NEWS

index 0d2c13dc5d7643c415c0dd2867714ab01a461098..c95e45f5a158bf764c5c594ffe4abffe1b0f98e6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,8 +43,8 @@ Core and Builtins
 Library
 -------
 
-- Issue #18574: Fixed handling of 100-continue reply from server in
-  http.client.HTTPConnection. Patch by Nikolaus Rath.
+- Issue #18574: Added missing newline in 100-Continue reply from
+  http.server.BaseHTTPRequestHandler. Patch by Nikolaus Rath.
 
 - Issue #20270: urllib.urlparse now supports empty ports.