commit | 53b6a5f79c1cfbe5bd3f022fac4d13ac9cc18ad3 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun May 15 16:51:10 2011 +0200 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sun May 15 16:51:10 2011 +0200 |
tree | 0b6811d27d618fa453938aff1998125a9a9ce153 | |
parent | a70286b71d6b98c14275c26f6ca1f0507c1bc56b [diff] |
NEWS entry for fix of issue #9516
diff --git a/Misc/NEWS b/Misc/NEWS index a603912..23f77e5 100644 --- 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.