From: Ronald Oussoren Date: Sun, 15 May 2011 14:51:10 +0000 (+0200) Subject: NEWS entry for fix of issue #9516 X-Git-Tag: v2.7.2rc1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b6a5f79c1cfbe5bd3f022fac4d13ac9cc18ad3;p=thirdparty%2FPython%2Fcpython.git NEWS entry for fix of issue #9516 --- diff --git a/Misc/NEWS b/Misc/NEWS index a603912a0cc3..23f77e5560b4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -80,6 +80,9 @@ Core and Builtins Library ------- +- Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is + set in shell. + - Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail attribute when called without a max_length argument.