summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-07-10 18:43:32 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-07-10 18:43:32 (GMT)
commit64ed298d7add0fb12060bf653915538760d53592 (patch)
treecd0d07f8e1877c6dfc3290d1695dba41bc29cbd6 /Misc
parent3a2418a1d686bdc53dd51331b915dd33b8fb0e1f (diff)
downloadcpython-64ed298d7add0fb12060bf653915538760d53592.zip
cpython-64ed298d7add0fb12060bf653915538760d53592.tar.gz
cpython-64ed298d7add0fb12060bf653915538760d53592.tar.bz2
Add an item
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e17cfdf..21f5403 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
-----------