From: Andrew M. Kuchling Date: Sat, 10 Jul 2004 18:43:32 +0000 (+0000) Subject: Add an item X-Git-Tag: v2.4a2~333 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64ed298d7add0fb12060bf653915538760d53592;p=python Add an item --- diff --git a/Misc/NEWS b/Misc/NEWS index e17cfdfc27..21f5403282 100644 --- 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 -----------