summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2012-08-25 09:19:14 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2012-08-25 09:19:14 (GMT)
commit25437565f9f456a1e88f209706ced0353bbdeb14 (patch)
tree74c7b952dbd62081c23f2a15d2ae25577baf0ba2 /Misc
parentc8076dfa9dfafbb5455c127719e3ac5b325986b1 (diff)
downloadcpython-25437565f9f456a1e88f209706ced0353bbdeb14.zip
cpython-25437565f9f456a1e88f209706ced0353bbdeb14.tar.gz
cpython-25437565f9f456a1e88f209706ced0353bbdeb14.tar.bz2
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler
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 508a832..bcf2921 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -109,6 +109,9 @@ Core and Builtins
Library
-------
+- Issue #13370: Ensure that ctypes works on Mac OS X when Python is
+ compiled using the clang compiler
+
- Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
- Issue #15249: BytesGenerator now correctly mangles From lines (when