commit | 79d7e92a5cf014fffbad02a22e9b67a3c9d67248 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sat Jul 10 21:21:55 2004 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sat Jul 10 21:21:55 2004 +0000 |
tree | 8ddcb3ce5d1154a2266bd32bdf639a7f4729bfb3 | |
parent | 9c3efe3ec6b48bacefb1657b530baa7f7b47d90c [diff] [blame] |
Add item
diff --git a/Misc/NEWS b/Misc/NEWS index a09e255..af94bdd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -44,6 +44,9 @@ - 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 -----------