From: Andrew M. Kuchling Date: Sat, 10 Jul 2004 21:21:55 +0000 (+0000) Subject: Add item X-Git-Tag: v2.4a2~325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79d7e92a5cf014fffbad02a22e9b67a3c9d67248;p=python Add item --- diff --git a/Misc/ACKS b/Misc/ACKS index f3ac4cee52..348949c78f 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -328,6 +328,7 @@ Hannu Krosing Andrew Kuchling Vladimir Kushnir Cameron Laird +Tino Lange Andrew Langmead Detlef Lannert Soren Larsen diff --git a/Misc/NEWS b/Misc/NEWS index a09e255cd0..af94bdddec 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 -----------