http://hg.python.org/cpython/rev/25040a6a68e9 changeset: 70146:25040a6a68e9 branch: 3.2 parent: 70144:5b108229a978 user: Ronald Oussoren <ronaldoussoren at mac.com> date: Sun May 15 16:50:28 2011 +0200 summary: NEWS entry for fix of issue #9516 files: Misc/NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -23,6 +23,9 @@ 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 -- Repository URL: http://hg.python.org/cpython