summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4822150..22dbc9c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,9 @@ Core and builtins
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.