[Python-checkins] cpython (2.7): NEWS entry for fix of issue #9516

ronald.oussoren python-checkins at python.org
Sun May 15 17:14:12 CEST 2011


http://hg.python.org/cpython/rev/978016199be8
changeset:   70145:978016199be8
branch:      2.7
parent:      70143:9874f213edb2
user:        Ronald Oussoren <ronaldoussoren at mac.com>
date:        Sun May 15 16:51:10 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
@@ -80,6 +80,9 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list