diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2011-03-16 18:14:18 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2011-03-16 18:14:18 (GMT) |
commit | 296d9a6f85f4315ce492650dbca8de34c700c277 (patch) | |
tree | 2e35de473b3d192005d3513506140a2c90c03f0a /Misc | |
parent | 8ed3cf3a4bdaab9d338667e37a262eba2aa52920 (diff) | |
download | cpython-296d9a6f85f4315ce492650dbca8de34c700c277.zip cpython-296d9a6f85f4315ce492650dbca8de34c700c277.tar.gz cpython-296d9a6f85f4315ce492650dbca8de34c700c277.tar.bz2 |
Add missing NEWS entries
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -40,6 +40,9 @@ Core and Builtins Library ------- +- Issue #11548: shutil.unpack_archive now correctly handles the format + parameter. Patch by Evan Dandrea. + - Issue #11133: fix two cases where inspect.getattr_static can trigger code execution. Patch by Andreas Stührk. @@ -119,6 +122,9 @@ Tools/Demos Tests ----- +- Issue #11548: Improve test coverage of the shutil module. Patch by + Evan Dandrea. + - Issue #11554: Reactivated test_email_codecs. - Issue #11490: test_subprocess:test_leaking_fds_on_error no longer gives a |