summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a09e255..af94bdd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,9 @@ Library
- asyncore's dispatcher.set_reuse_addr() now works correctly on Windows.
SF patch 982681.
+- Non-blocking SSL sockets work again; they were broken in Python 2.3.
+ SF patch 945642.
+
Tools/Demos
-----------