summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2012-08-25 09:24:00 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2012-08-25 09:24:00 (GMT)
commitcb460b920fb4c3caeec455bfa42542a4a0eec860 (patch)
tree8d64f46cbfee01d893eaba6c6a7eaeafc14fe294 /Misc
parentcc0274b90f8c6811c62c89190aafecbd49a15cd8 (diff)
parent25437565f9f456a1e88f209706ced0353bbdeb14 (diff)
downloadcpython-cb460b920fb4c3caeec455bfa42542a4a0eec860.zip
cpython-cb460b920fb4c3caeec455bfa42542a4a0eec860.tar.gz
cpython-cb460b920fb4c3caeec455bfa42542a4a0eec860.tar.bz2
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is
compiled using the clang compiler (merge from 3.2)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 83b3cb7..c71a7cb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,9 @@ Core and Builtins
Library
-------
+- Issue #13370: Ensure that ctypes works on Mac OS X when Python is
+ compiled using the clang compiler
+
- Issue #13072: The array module's 'u' format code is now deprecated and
will be removed in Python 4.0.