summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2011-05-15 14:51:10 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2011-05-15 14:51:10 (GMT)
commit53b6a5f79c1cfbe5bd3f022fac4d13ac9cc18ad3 (patch)
tree0b6811d27d618fa453938aff1998125a9a9ce153 /Misc
parenta70286b71d6b98c14275c26f6ca1f0507c1bc56b (diff)
downloadcpython-53b6a5f79c1cfbe5bd3f022fac4d13ac9cc18ad3.zip
cpython-53b6a5f79c1cfbe5bd3f022fac4d13ac9cc18ad3.tar.gz
cpython-53b6a5f79c1cfbe5bd3f022fac4d13ac9cc18ad3.tar.bz2
NEWS entry for fix of issue #9516
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a603912..23f77e5 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.