commit | 7e75f1aafba2e34ed5daef9e633684cf173f7a13 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Apr 15 08:35:59 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Apr 15 08:35:59 2006 +0000 |
tree | 4110b9f34bf892c5f6e18b7a85b3e5c2ccc1569a | |
parent | c90b17ec8233009e4745dd8f77401f52c5d4a8d5 [diff] |
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.