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

index e17cfdfc27d98dc5564f1877d4949c4d81694e3f..21f54032821aa1ceaa3bc5c9cfb73f566b6aaea6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,9 @@ 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.
+
 Tools/Demos
 -----------