commit | a00b100c9cb8756cfa1e1d72cfd0fd270679ae60 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sat Aug 25 11:18:48 2012 +0200 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sat Aug 25 11:18:48 2012 +0200 |
tree | e190b941d8db296e3e6bc0f8b7c213b4d6b4e5b0 | |
parent | 3196529f3cd5af02029e7687fa45fb98a71a5de1 [diff] [blame] |
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler
diff --git a/Misc/NEWS b/Misc/NEWS index 5365d7e..b97655b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -95,6 +95,9 @@ 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 #15199: Fix JavaScript's default MIME type to application/javascript.