From: Giampaolo RodolĂ  Date: Sun, 29 Aug 2010 19:31:49 +0000 (+0000) Subject: update Misc/NEWS to include issue #9706 changes X-Git-Tag: v3.2a2~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51078b1e5d6795ba42a65c87d2d1e0ea9b9ef458;p=thirdparty%2FPython%2Fcpython.git update Misc/NEWS to include issue #9706 changes --- diff --git a/Misc/NEWS b/Misc/NEWS index 46d6fdd641bc..01625f2dc3ae 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.