summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Reifscheider <jafo@tummy.com>2008-03-20 00:50:07 (GMT)
committerSean Reifscheider <jafo@tummy.com>2008-03-20 00:50:07 (GMT)
commit68fa8e6c453cb9f084a6ee3168518a58588f4c14 (patch)
treea0377f6196ec6b84a28189ff2cabde0b6b50dc42
parentac2ed1e0acbee5e293a6da351b1eaadd7b5a6bfc (diff)
downloadcpython-68fa8e6c453cb9f084a6ee3168518a58588f4c14.zip
cpython-68fa8e6c453cb9f084a6ee3168518a58588f4c14.tar.gz
cpython-68fa8e6c453cb9f084a6ee3168518a58588f4c14.tar.bz2
Forgot to add NEWS item about smtplib SSL readline hang fix.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d787eb0..fcf1b0b 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
-------