Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6bb9f9f..18ee9d3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,8 @@
 Library
 -------
 
+- Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
+
 - Issue #4376: ctypes now supports nested structures in a endian different than
   the parent structure. Patch by Vlad Riscutia.