commit | 64ed298d7add0fb12060bf653915538760d53592 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sat Jul 10 18:43:32 2004 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sat Jul 10 18:43:32 2004 +0000 |
tree | cd0d07f8e1877c6dfc3290d1695dba41bc29cbd6 | |
parent | 3a2418a1d686bdc53dd51331b915dd33b8fb0e1f [diff] [blame] |
Add an item
diff --git a/Misc/NEWS b/Misc/NEWS index e17cfdf..21f5403 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -33,6 +33,9 @@ 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 -----------