]> granicus.if.org Git - python/commitdiff
NEWS entry for fix of issue #9516
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 15 May 2011 14:51:10 +0000 (16:51 +0200)
committerRonald Oussoren <ronaldoussoren@mac.com>
Sun, 15 May 2011 14:51:10 +0000 (16:51 +0200)
Misc/NEWS

index a603912a0cc341d65fbc4078d8ece86baa7543db..23f77e5560b48c8bc1c38d7d14bb63a52f549681 100644 (file)
--- 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.