]> granicus.if.org Git - python/commitdiff
Forgot to add NEWS item about smtplib SSL readline hang fix.
authorSean Reifscheider <jafo@tummy.com>
Thu, 20 Mar 2008 00:50:07 +0000 (00:50 +0000)
committerSean Reifscheider <jafo@tummy.com>
Thu, 20 Mar 2008 00:50:07 +0000 (00:50 +0000)
Misc/NEWS

index d787eb063b4e94cf8c74fff1306bf4ac5d92d910..fcf1b0b01e487a71f0a0f3390d2ac408cab831a2 100644 (file)
--- 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
 -------