NEWS entry for fix of issue #9516

This commit is contained in:
Ronald Oussoren 2011-05-15 16:51:10 +02:00
parent a70286b71d
commit 53b6a5f79c
1 changed files with 3 additions and 0 deletions

View File

@ -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.