]> granicus.if.org Git - python/commitdiff
Add item
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 10 Jul 2004 21:21:55 +0000 (21:21 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 10 Jul 2004 21:21:55 +0000 (21:21 +0000)
Misc/ACKS
Misc/NEWS

index f3ac4cee524891d674df4392d548fcb2b19c88c7..348949c78f0a5ebc7db23cead5185abf59370de5 100644 (file)
--- 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
index a09e255cd0af9b0213463b527dab4f2833b8386a..af94bdddec964aa09434bcddf168094d09cd30e1 100644 (file)
--- 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
 -----------