summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiampaolo RodolĂ  <g.rodola@gmail.com>2010-08-29 19:31:49 (GMT)
committerGiampaolo RodolĂ  <g.rodola@gmail.com>2010-08-29 19:31:49 (GMT)
commit51078b1e5d6795ba42a65c87d2d1e0ea9b9ef458 (patch)
treea2dd8558bc370df1862d0df2a2c544813cfd4917
parent745ab3807e0c5f141376f6b9e1b6111e806c31d0 (diff)
downloadcpython-51078b1e5d6795ba42a65c87d2d1e0ea9b9ef458.zip
cpython-51078b1e5d6795ba42a65c87d2d1e0ea9b9ef458.tar.gz
cpython-51078b1e5d6795ba42a65c87d2d1e0ea9b9ef458.tar.bz2
update Misc/NEWS to include issue #9706 changes
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 46d6fdd..01625f2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -136,6 +136,9 @@ Extensions
Library
-------
+- Issue #9706: ssl module provides a better error handling in various
+ circumstances.
+
- Issue #1868: Eliminate subtle timing issues in thread-local objects by
getting rid of the cached copy of thread-local attribute dictionary.