From a96860c91cabb94675c25435e8d11443abb70db7 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 18 Jan 2014 22:31:27 -0500 Subject: [PATCH] correct news entry for #18574 --- Misc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 0d2c13dc5d7..c95e45f5a15 100644 --- 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.