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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64ed298d7add0fb12060bf653915538760d53592;p=thirdparty%2FPython%2Fcpython.git Add an item --- diff --git a/Misc/NEWS b/Misc/NEWS index e17cfdfc27d9..21f54032821a 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 -----------