From: Sean Reifscheider Date: Thu, 20 Mar 2008 00:50:07 +0000 (+0000) Subject: Forgot to add NEWS item about smtplib SSL readline hang fix. X-Git-Tag: v2.6a2~209 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68fa8e6c453cb9f084a6ee3168518a58588f4c14;p=thirdparty%2FPython%2Fcpython.git Forgot to add NEWS item about smtplib SSL readline hang fix. --- diff --git a/Misc/NEWS b/Misc/NEWS index d787eb063b4e..fcf1b0b01e48 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -46,6 +46,8 @@ Core and builtins - Issue #2238: Some syntax errors in *args and **kwargs expressions could give bogus error messages. +- Issue #2143: Fix embedded readline() hang on SSL socket EOF. + Library -------