fix issue 658749: correctly interprets asyncore's windows errors on connect()
diff --git a/Misc/NEWS b/Misc/NEWS
index 75375ab..dbfdae5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -123,6 +123,9 @@
 Library
 -------
 
+- Issue #658749: asyncore's connect() method now correctly interprets winsock
+  errors;
+
 - Issue #9501: Fixed logging regressions in cleanup code.
 
 - Fix functools.total_ordering() to actually work.