]> granicus.if.org Git - python/commitdiff
Removed item about an asyncore patch that got backed out.
authorTim Peters <tim.peters@gmail.com>
Fri, 13 Aug 2004 22:34:14 +0000 (22:34 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 13 Aug 2004 22:34:14 +0000 (22:34 +0000)
Misc/NEWS

index 9ee04499a0474b566e3baea6325fadb59961c68e..019d0e8615a41f91c21d8908d02121db046d2ea5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -272,9 +272,6 @@ Library
   which don't restrict the return types (unlike the unicode and
   string methods of the same name).
 
-- 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.