summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-04-15 08:35:59 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-04-15 08:35:59 (GMT)
commit7e75f1aafba2e34ed5daef9e633684cf173f7a13 (patch)
tree4110b9f34bf892c5f6e18b7a85b3e5c2ccc1569a /Misc/NEWS
parentc90b17ec8233009e4745dd8f77401f52c5d4a8d5 (diff)
downloadcpython-7e75f1aafba2e34ed5daef9e633684cf173f7a13.zip
cpython-7e75f1aafba2e34ed5daef9e633684cf173f7a13.tar.gz
cpython-7e75f1aafba2e34ed5daef9e633684cf173f7a13.tar.bz2
Patch #1191065: Fix preprocessor problems on systems where recvfrom
is a macro.
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.