Patch #1191065: Fix preprocessor problems on systems where recvfrom
is a macro.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4822150..22dbc9c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,9 @@
 Extension Modules
 -----------------
 
+- Patch #1191065: Fix preprocessor problems on systems where recvfrom
+  is a macro.
+
 - Bug #1467952: os.listdir() now correctly raises an error if readdir()
   fails with an error condition.