Forgot to add NEWS item about smtplib SSL readline hang fix.
diff --git a/Misc/NEWS b/Misc/NEWS
index d787eb0..fcf1b0b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,8 @@
 - 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
 -------