From: Ronald Oussoren Date: Sun, 15 May 2011 14:50:28 +0000 (+0200) Subject: NEWS entry for fix of issue #9516 X-Git-Tag: v3.2.1rc1~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=447fcfb0b4eaeaaddd13ad0900899faf31ad8cd5;p=thirdparty%2FPython%2Fcpython.git NEWS entry for fix of issue #9516 --- diff --git a/Misc/NEWS b/Misc/NEWS index 288dc15befdf..00a370452976 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -23,6 +23,9 @@ Core and Builtins Library ------- +- Issue #9516: Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET + is set in shell. + - Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional. - Issue #8650: Make zlib module 64-bit clean. compress(), decompress() and