SF bug 110843:  Low FD_SETSIZE limit on Win32 (PR#41).  Boosted to 512.
diff --git a/Misc/NEWS b/Misc/NEWS
index ed29fcb..2b1d7b8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,14 @@
   fit in an int.  In 1.6 and earlier, a negative long formatted
   via %u raised an error if it was too big to fit in an int.
 
+Windows changes
+
+- select module:  By default under Windows, a select() call
+  can specify no more than 64 sockets.  Python now boosts
+  this Microsoft default to 512.  If you need even more than
+  that, see the MS docs (you'll need to #define FD_SETSIZE
+  and recompile Python from source).
+
 
 What's New in Python 2.0?
 =========================