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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68fa8e6c453cb9f084a6ee3168518a58588f4c14;p=python Forgot to add NEWS item about smtplib SSL readline hang fix. --- diff --git a/Misc/NEWS b/Misc/NEWS index d787eb063b..fcf1b0b01e 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 -------