Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1e98768..63d5c24 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@
 Library
 -------
 
+- Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
+
 - Issue #12009: Fixed regression in netrc file comment handling.
 
 Extension Modules