]> granicus.if.org Git - python/commitdiff
update Misc/NEWS to include issue #9706 changes
authorGiampaolo Rodolà <g.rodola@gmail.com>
Sun, 29 Aug 2010 19:31:49 +0000 (19:31 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Sun, 29 Aug 2010 19:31:49 +0000 (19:31 +0000)
Misc/NEWS

index 46d6fdd641bcb9138f3288e37db5689228f10166..01625f2dc3ae08d5193535cba4c99b4f302fa6e1 100644 (file)
--- 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.